compose/tests/fixtures/dockerfile-with-volume/Dockerfile
Aanand Prasad 4911c77134 Merge pull request #1489 from dnephin/faster_integration_tests
Faster integration tests
(cherry picked from commit 5231288b4e)

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>

Conflicts:
	compose/cli/main.py
2015-07-14 17:28:54 +01:00

4 lines
82 B
Docker

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