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
810bb70249
compose
/
tests
/
fixtures
/
dockerfile_with_entrypoint
/
docker-compose.yml
3 lines
20 B
YAML
Raw
Normal View
History
Unescape
Escape
Add support for the --entrypoint option of docker run Signed-off-by: Satoru Logic <satorulogic@gmail.com>
2014-08-17 14:13:28 +02:00
service
:
Interpret 'build:' as relative to the yml file * This fix introduces one side-effect: the build parameter is now validated early, when the service dicionary is first constructed. That leads to less scary stack traces when the path is not valid. * The tests for the changes introduced here alter the fixtures of those (otherwise unrelated) tests that make use of the 'build:' parameter) Signed-off-by: Moysés Borges Furtado <moyses.furtado@wplex.com.br>
2015-03-29 22:06:35 +02:00
build
:
.