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
bbc76e6034
compose
/
tests
/
fixtures
/
dockerfile-with-volume
/
Dockerfile
5 lines
82 B
Docker
Raw
Normal View
History
Unescape
Escape
Speed up integration test and make cleanup easier by using labels Signed-off-by: Daniel Nephin <dnephin@gmail.com>
2015-05-30 22:17:21 +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