mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-11 13:42:18 +00:00
Add new minimal init prototype and new tools
This is part of the new moby tool work to get a minimal system up that can be expanded. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
5
tools/docker2tar/Dockerfile
Normal file
5
tools/docker2tar/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM docker:1.13.1
|
||||
|
||||
COPY . ./
|
||||
|
||||
ENTRYPOINT ["/docker2tar.sh"]
|
||||
Reference in New Issue
Block a user