Merge branch 'features/lxc'

pull/215/head
Bruno Emanuel 5 years ago
commit c1232ccbdb

@ -12,6 +12,10 @@ class Docker(_Container):
_icon = "docker.png" _icon = "docker.png"
class Lxc(_Container):
_icon = "lxc.png"
class Rkt(_Container): class Rkt(_Container):
_icon = "rkt.png" _icon = "rkt.png"

@ -49,6 +49,7 @@ Node classes list of onprem provider.
## onprem.container ## onprem.container
- **diagrams.onprem.container.Docker** - **diagrams.onprem.container.Docker**
- **diagrams.onprem.container.Lxc**
- **diagrams.onprem.container.Rkt**, **RKT** (alias) - **diagrams.onprem.container.Rkt**, **RKT** (alias)
## onprem.database ## onprem.database

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Loading…
Cancel
Save