试用灵雀云构建docker镜像

对于国内docker爱好者,可以使用灵雀云

灵雀云入门教程 | 灵雀云用户向导

http://docs.alauda.cn/tutorial/introduction.html

看了一下“1.6 开发与调试 | 灵雀云用户向导”,快速搭建nodejs的开发环境

http://docs.alauda.cn/tutorial/debug.html

root@5193a1a8416f:~# vi server.js

root@5193a1a8416f:~# nodejs server.js

Server is running, listening on port 8080....

New request arrived.

root@5193a1a8416f:~# curl http://localhost:8080/

Hi, you are visiting 5193a1a8416f

猜你喜欢

转载自reymont.iteye.com/blog/2235288