mirror of
https://github.com/docker/compose.git
synced 2025-07-26 23:24:05 +02:00
Fix fig run entrypoint option
Slipped through because Wercker didn't report build status. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
431fdaa0f1
commit
d2385e3c2c
@ -266,7 +266,7 @@ class TopLevelCommand(Command):
|
|||||||
Options:
|
Options:
|
||||||
-d Detached mode: Run container in the background, print
|
-d Detached mode: Run container in the background, print
|
||||||
new container name.
|
new container name.
|
||||||
--entrypoint Override the entrypoint of the image.
|
--entrypoint CMD Override the entrypoint of the image.
|
||||||
--no-deps Don't start linked services.
|
--no-deps Don't start linked services.
|
||||||
--rm Remove container after run. Ignored in detached mode.
|
--rm Remove container after run. Ignored in detached mode.
|
||||||
-T Disable pseudo-tty allocation. By default `fig run`
|
-T Disable pseudo-tty allocation. By default `fig run`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user