mirror of
https://github.com/docker/docs.git
synced 2026-04-02 01:08:53 +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
|