Rename --no-links to --only
Signed-off-by: d11wtq <chris@w3style.co.uk>
This commit is contained in:
parent
e71e82f8ac
commit
6e485df084
3 changed files with 16 additions and 16 deletions
|
|
@ -53,9 +53,9 @@ Links are also created between one-off commands and the other containers for tha
|
|||
|
||||
$ fig run db /bin/sh -c "psql -h \$DB_1_PORT_5432_TCP_ADDR -U docker"
|
||||
|
||||
If you do not want linked containers to be started when running the one-off command, specify the `--no-links` flag:
|
||||
If you do not want linked containers to be started when running the one-off command, specify the `--only` flag:
|
||||
|
||||
$ fig run --no-links web python manage.py shell
|
||||
$ fig run --only web python manage.py shell
|
||||
|
||||
## scale
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue