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
8ebd7f96f0
compose
/
tests
/
fixtures
/
build-multiple-composefile
/
b
/
Dockerfile
5 lines
49 B
Docker
Raw
Normal View
History
Unescape
Escape
add --parallel option to build Signed-off-by: Gil Raphaelli <g@raphaelli.com>
2018-07-31 17:54:32 +02: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 --parallel option to build Signed-off-by: Gil Raphaelli <g@raphaelli.com>
2018-07-31 17:54:32 +02:00
RUN
echo
b
CMD
top