mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
28b21a5988
Users of libcontainer other than runc may also require parsing and converting specification configuration files. Since runc cannot be imported, move the relevant functions and definitions to a separate package, libcontainer/specconv. Signed-off-by: Ido Yariv <ido@wizery.com>