mirror of https://github.com/docker/docs.git
Update gettingstarted.md
updating `docker-compose ps` output. Seems to be outdated
This commit is contained in:
parent
4a8f654e49
commit
50bccc3b01
|
@ -318,10 +318,10 @@ Starting composetest_web_1...
|
||||||
|
|
||||||
$ docker-compose ps
|
$ docker-compose ps
|
||||||
|
|
||||||
Name Command State Ports
|
Name Command State Ports
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------------------------
|
||||||
composetest_redis_1 /usr/local/bin/run Up
|
composetest_redis_1 docker-entrypoint.sh redis ... Up 6379/tcp
|
||||||
composetest_web_1 /bin/sh -c python app.py Up 5000->5000/tcp
|
composetest_web_1 flask run Up 0.0.0.0:5000->5000/tcp
|
||||||
```
|
```
|
||||||
|
|
||||||
The `docker-compose run` command allows you to run one-off commands for your
|
The `docker-compose run` command allows you to run one-off commands for your
|
||||||
|
|
Loading…
Reference in New Issue