Skip to content

Commit

Permalink
Fix document
Browse files Browse the repository at this point in the history
  • Loading branch information
alexazhou committed May 26, 2016
1 parent 9deb326 commit c14ef7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ docker build -t verynginx .
docker run verynginx
```

Then you can navigate to your browser `http://{{your_machine_address}}/VeryNginx/index.html`
Then you can navigate to your browser `http://{{your_docker_machine_address}}/VeryNginx/index.html`

Optionally you can run `docker run -p xxxx:80 verynginx` to map your container port 80 to your host's xxxx port

Expand Down
2 changes: 1 addition & 1 deletion readme_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ cd Docker
docker build -t verynginx .
docker run verynginx
```
然后用浏览器打开 `http://{{your_machine_address}}/verynginx/index.html`
然后用浏览器打开 `http://{{your_docker_machine_address}}/verynginx/index.html`

当然你也可以运行 `docker run -p xxxx:80 verynginx` 来映射一下你的container的端口到你的宿主机,默认是80,你可以把xxxx改成你希望的在宿主机上的端口号

Expand Down

0 comments on commit c14ef7d

Please sign in to comment.