compose/tests/fixtures/dockerfile-with-volume/Dockerfile
Daniel Nephin 60351a8e07 Speed up integration test and make cleanup easier by using labels
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
2015-06-14 16:45:28 -04:00

4 lines
82 B
Docker

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