mirror of
https://github.com/moby/moby.git
synced 2026-07-24 16:26:51 +00:00
4 lines
46 B
Docker
4 lines
46 B
Docker
FROM busybox
|
|
ADD test.tar /
|
|
RUN cat /test/foo
|