Updating hashcode links to commands

Signed-off-by: Mary Anthony <mary@docker.com>
Upstream-commit: 85c2c771884aaa73b65753bdbdf31d596cd90111
Component: engine
This commit is contained in:
Mary Anthony
2015-08-18 12:25:59 -07:00
parent 2415190b1c
commit fdd77b46c5
4 changed files with 12 additions and 12 deletions

View File

@ -110,7 +110,7 @@ Lastly, we've specified a command for our container to run: `python app.py`. Thi
> **Note:**
> You can see more detail on the `docker run` command in the [command
> reference](/reference/commandline/cli/#run) and the [Docker Run
> reference](/reference/commandline/run) and the [Docker Run
> Reference](/reference/run/).
## Viewing our web application container