Update gettingstarted.md (#2576)

This commit is contained in:
Wang Jie 2017-04-01 05:22:01 +08:00 committed by John Mulhausen
parent 15924442bb
commit a5502b4235
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ This tells Docker to:
* Add the current directory `.` into the path `/code` in the image.
* Set the working directory to `/code`.
* Install the Python dependencies.
* Set the default command for the container to `python app.py`
* Set the default command for the container to `python app.py`.
For more information on how to write Dockerfiles, see the [Docker user
guide](/engine/tutorials/dockerimages.md#building-an-image-from-a-dockerfile)
@ -140,7 +140,7 @@ containers](../engine/tutorials/dockervolumes.md).
doesn't resolve, you can also try `http://localhost:5000`.
If you're using Docker Machine on a Mac, use `docker-machine ip MACHINE_VM` to get
the IP address of your Docker host. Then, `open http://MACHINE_VM_IP:5000` in a
the IP address of your Docker host. Then, open `http://MACHINE_VM_IP:5000` in a
browser.
You should see a message in your browser saying: