From 2bf4754a889edd551b41b4c49420b41c07578beb Mon Sep 17 00:00:00 2001 From: Manu Raghavan Date: Fri, 20 Dec 2013 20:05:54 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e18775d..2c42a80 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,13 @@ echo $(docker logs | grep password) (note: you won't need the mysql root or the wordpress db password normally) -Then find the external port assigned to your container: +Find your container ID: +``` +docker ps +``` + +Then find the external port assigned to your container: ``` docker port 80 ```