mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-29 00:40:26 +00:00
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>
6 lines
61 B
Docker
6 lines
61 B
Docker
FROM docker:1.13.1
|
|
|
|
COPY . ./
|
|
|
|
ENTRYPOINT ["/docker2tar.sh"]
|