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