mirror of
https://github.com/docker/docs.git
synced 2026-03-31 16:28:59 +07:00
4 lines
63 B
Docker
4 lines
63 B
Docker
FROM busybox
|
|
ADD test.tar /test.tar
|
|
RUN cat /test.tar/test/foo
|