瀏覽代碼

Merge pull request #10175 from fossilet/patch-1

Add usage of port mapping for Boot2docker.
Sven Dowideit 10 年之前
父節點
當前提交
e08858a80d
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      docs/sources/examples/nodejs_web_app.md

+ 5 - 0
docs/sources/examples/nodejs_web_app.md

@@ -181,6 +181,11 @@ Now you can call your app using `curl` (install if needed via:
 
     Hello world
 
+If you use Boot2docker on OS X, the port is actually mapped to the Docker host VM,
+and you should use the following command:
+
+    $ curl $(boot2docker ip):49160
+
 We hope this tutorial helped you get up and running with Node.js and
 CentOS on Docker. You can get the full source code at
 [https://github.com/enokd/docker-node-hello/](https://github.com/enokd/docker-node-hello/).