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
5fb7675055
compose
/
tests
/
fixtures
/
simple-dockerfile
/
Dockerfile
4 lines
80 B
Docker
Raw
Normal View
History
Unescape
Escape
Use busybox in fixtures, instead of ubuntu Signed-off-by: d11wtq <chris@w3style.co.uk>
2014-06-11 12:25:50 +02:00
FROM
busybox:latest
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
LABEL
com.docker.compose.test_image
=
true
Add support for building images
2013-12-13 21:36:10 +01:00
CMD
echo
"success"