试用灵雀云构建docker镜像

来源:互联网 发布:哈尔滨淘宝培训学校 编辑:程序博客网 时间:2024/06/05 10:17

对于国内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