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:
Justin Cormack
2017-02-17 15:31:00 +00:00
parent a22f2be05a
commit d29be01b0d
17 changed files with 1437 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
FROM docker:1.13.1
COPY . ./
ENTRYPOINT ["/docker2tar.sh"]