Merge pull request #1022 from sanscontext/issue-1014

fixes #1014 by adding flag
This commit is contained in:
LRubin 2017-01-04 10:21:07 -08:00 committed by GitHub
commit e2be02ac5b
1 changed files with 2 additions and 2 deletions

View File

@ -81,10 +81,10 @@ web 68a6fb2c ▶ Running my-username/quickstart-python:latest
Make sure that the **STATUS** for your service is **Running**. Next, visit the Make sure that the **STATUS** for your service is **Running**. Next, visit the
app at the URL generated by its service name. Find this URL by running app at the URL generated by its service name. Find this URL by running
`docker-cloud container ps`. `docker-cloud container ps --no-trunc`.
```none ```none
$ docker-cloud container ps $ docker-cloud container ps --no-trunc
NAME UUID STATUS IMAGE RUN COMMAND EXIT CODE DEPLOYED PORTS NAME UUID STATUS IMAGE RUN COMMAND EXIT CODE DEPLOYED PORTS
web-1 6c89f20e ▶ Running my-username/quickstart-python:latest python app.py 1 minute ago web-1.my-username.cont.dockerapp.io:49162->80/tcp web-1 6c89f20e ▶ Running my-username/quickstart-python:latest python app.py 1 minute ago web-1.my-username.cont.dockerapp.io:49162->80/tcp
``` ```