uxc: add container management CLI tool
authorDaniel Golle <daniel@makrotopia.org>
Fri, 10 Jul 2020 09:57:23 +0000 (10:57 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 10 Jul 2020 17:32:50 +0000 (18:32 +0100)
commitbb4a4467b1d5ccbc84d89822235a38b63134e5a4
tree88e19c9d131a0c39efac665b605a98cc9691ea3a
parentea7a790f210c6540d01e029cd6e93cea145ccf8b
uxc: add container management CLI tool

As procd can now provide a fully fetured container runtime using ujail,
add a (for now) simple CLI tool to list, add, delete, start and stop
OCI-complaint container bundles and selecting whether they should be
launched on boot.
In future commits, this will be extended to provide state output, take
care of hooks, send signals and fetch remote container images in
accordance with the Open Container Initiative Runtime Specification.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
CMakeLists.txt
uxc.c [new file with mode: 0644]