From d6b4c822cc7319532f3b4df62c796298c1a164cd Mon Sep 17 00:00:00 2001 From: LRubin Date: Tue, 3 Jan 2017 18:04:22 -0800 Subject: [PATCH] fixes #1014 by adding flag Signed-off-by: LRubin --- .../deploy-app/5_deploy_the_app_as_a_service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-cloud/getting-started/deploy-app/5_deploy_the_app_as_a_service.md b/docker-cloud/getting-started/deploy-app/5_deploy_the_app_as_a_service.md index bc6dd2fa52..9ffc75f930 100644 --- a/docker-cloud/getting-started/deploy-app/5_deploy_the_app_as_a_service.md +++ b/docker-cloud/getting-started/deploy-app/5_deploy_the_app_as_a_service.md @@ -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 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 -$ docker-cloud container ps +$ docker-cloud container ps --no-trunc 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 ```