mirror of https://github.com/docker/compose.git
4 lines
41 B
Docker
4 lines
41 B
Docker
|
FROM busybox
|
||
|
VOLUME /data
|
||
|
CMD sleep 3000
|