mirror of
https://github.com/docker/docs.git
synced 2026-04-01 00:38:52 +07:00
4 lines
46 B
Docker
4 lines
46 B
Docker
FROM busybox
|
|
ADD test.tar /
|
|
RUN cat /test/foo
|