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
cdae06a89c
compose
/
tests
/
fixtures
/
v2-full
/
Dockerfile
5 lines
57 B
Docker
Raw
Normal View
History
Unescape
Escape
Add an acceptance test and docs for the down subcommand Signed-off-by: Daniel Nephin <dnephin@docker.com>
2016-01-12 23:33:17 +01:00
Pin test images on a non rolling tag Mainly busybox:latest to the current latest which is 1.31.0-uclibc Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
2019-07-15 18:56:04 +02:00
FROM
busybox:1.31.0-uclibc
Add an acceptance test and docs for the down subcommand Signed-off-by: Daniel Nephin <dnephin@docker.com>
2016-01-12 23:33:17 +01:00
RUN
echo
something
CMD
top