mirror of https://github.com/docker/compose.git
Order "fig run" options alphabetically
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
62b9c64311
commit
0dc19cb885
|
@ -258,11 +258,11 @@ 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.
|
||||||
|
--no-deps Don't start linked services.
|
||||||
|
--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`
|
||||||
allocates a TTY.
|
allocates a TTY.
|
||||||
--rm Remove container after run. Ignored in detached mode.
|
|
||||||
--no-deps Don't start linked services.
|
|
||||||
--entrypoint Override the entrypoint of the image.
|
|
||||||
"""
|
"""
|
||||||
service = project.get_service(options['SERVICE'])
|
service = project.get_service(options['SERVICE'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue