Rename --no-links to --only

Signed-off-by: d11wtq <chris@w3style.co.uk>
This commit is contained in:
d11wtq 2014-06-11 10:41:24 +00:00
commit 6e485df084
3 changed files with 16 additions and 16 deletions

View file

@ -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