compose/tests/fixtures/dockerfile-with-volume/Dockerfile

5 lines
89 B
Docker

FROM busybox:1.31.0-uclibc
LABEL com.docker.compose.test_image=true
VOLUME /data
CMD top