daemon: added initial podman node support
This commit is contained in:
parent
c76bc2ee8a
commit
a80796ac72
15 changed files with 310 additions and 35 deletions
|
@ -68,6 +68,7 @@ class NodeType(Enum):
|
|||
DOCKER = 15
|
||||
LXC = 16
|
||||
WIRELESS = 17
|
||||
PODMAN = 18
|
||||
|
||||
|
||||
class LinkType(Enum):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue