Skip to content

Commit

Permalink
Merge pull request docker-archive#89 from Andruschenko/patch-1
Browse files Browse the repository at this point in the history
Fix wrong port in section of running static-site
  • Loading branch information
Mano Marks committed Mar 22, 2016
2 parents 6d07661 + 3b56684 commit 08d2f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,13 @@ $ docker port static-site
80/tcp -> 0.0.0.0:32773
```

If you're on Linux, you can open [http://localhost:32772](http://localhost:32772) in your browser. If you're on Windows or a Mac, you need to find the IP of the hostname.
If you're on Linux, you can open [http://localhost:32773](http://localhost:32773) in your browser. If you're on Windows or a Mac, you need to find the IP of the hostname.

```
$ docker-machine ip default
192.168.99.100
```
You can now open [http://192.168.99.100:32772](http://192.168.99.100:32772) to see your site live!
You can now open [http://192.168.99.100:32773](http://192.168.99.100:32773) to see your site live!

You can also run a second webserver at the same time, specifying a custom host port mapping to the container's webserver.

Expand Down

0 comments on commit 08d2f88

Please sign in to comment.