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
d827809ffb
compose
/
tests
/
fixtures
/
dockerfile-with-volume
/
Dockerfile
4 lines
34 B
Docker
Raw
Normal View
History
Unescape
Escape
(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
FROM
busybox
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