daemon: added initial podman node support

This commit is contained in:
Blake Harnden 2023-06-13 17:00:53 -07:00
parent c76bc2ee8a
commit a80796ac72
15 changed files with 310 additions and 35 deletions

View file

@ -545,6 +545,8 @@ message NodeType {
CONTROL_NET = 13;
DOCKER = 15;
LXC = 16;
WIRELESS = 17;
PODMAN = 18;
}
}