mirror of
https://github.com/docker/docs.git
synced 2026-04-04 18:28:58 +07:00
4 lines
46 B
Docker
4 lines
46 B
Docker
FROM busybox
|
|
ADD foo /foo
|
|
CMD ["cat", "/foo"]
|