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
abef11b2a6
compose
/
tests
/
fixtures
/
simple-dockerfile
/
Dockerfile
4 lines
80 B
Docker
Raw
Normal View
History
Unescape
Escape
Pin busybox image version in tests Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
2019-07-02 13:42:41 +02:00
FROM
busybox:1.27.2
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
LABEL
com.docker.compose.test_image
=
true
Add support for building images
2013-12-13 21:36:10 +01:00
CMD
echo
"success"