mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-02 22:41:10 +00:00
This will add a Dockerfile which will build the contents into an image and then call `tinit` to start it. This is fairly experimental, but is a prototype for other non LinuxKit outputs. The container will need to run as `privileged` as `runc` needs quite a few capabilities and `containerd` needs to mount. Signed-off-by: Justin Cormack <justin.cormack@docker.com>