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