Rename '--only' => '--no-deps'
Signed-off-by: Chris Corbyn <chris@w3style.co.uk>
This commit is contained in:
parent
1b5bf6e12a
commit
0fc9cc65d1
3 changed files with 19 additions and 19 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 `--only` flag:
|
||||
If you do not want linked containers to be started when running the one-off command, specify the `--no-deps` flag:
|
||||
|
||||
$ fig run --only web python manage.py shell
|
||||
$ fig run --no-deps web python manage.py shell
|
||||
|
||||
## scale
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue