This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
compose
mirror of
https://github.com/docker/compose.git
Watch
1
Star
0
Fork
You've already forked compose
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d9fa8158c3
compose
/
tests
/
fixtures
/
dockerfile-with-volume
/
Dockerfile
5 lines
82 B
Docker
Raw
Normal View
History
Unescape
Escape
Merge pull request #1489 from dnephin/faster_integration_tests Faster integration tests (cherry picked from commit 5231288b4e44d15a9ca553504faeac3b618f49d6) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> Conflicts: compose/cli/main.py
2015-06-15 19:04:45 +02:00
FROM
busybox:latest
LABEL
com.docker.compose.test_image
=
true
(Failing) test for preservation of volumes declared in images Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2015-01-20 14:10:01 +01:00
VOLUME
/data
Use 'top' instead of 'sleep' as a dummy command Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2015-05-21 17:19:15 +02:00
CMD
top