We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72521d4 commit e1482abCopy full SHA for e1482ab
README.md
@@ -13,6 +13,7 @@ docker 是client+host的结构,其中host只能运行在linux内核中,在ox
13
- 第六步,[在镜像外]docker commit af12a9781d1f node_and_vim,形成一个自己的镜像,该镜像同时带有node和vim;在docker images中查看。
14
- 第七步,在docker镜像中手写一个简单的node-httpserver,见文件server.js。
15
- 第八步,目前有点问题,从[这里](http://yangrong.blog.51cto.com/6945369/1582184)看到端口映射后台启动,但是不知道在哪里。具体命令 'docker run -h "node-server1" -p 3003:3000 -d server /usr/local/bin/node'
16
+- 第九步,【找docker run -d以后的进程跑在哪里了,目前ps -ef 和 docker ps、docker images都没找到】。
17
18
19
TODO:
0 commit comments