hello-world-demo:容器内的简单node.js应用

时间:2024-06-08 04:32:44
【文件属性】:

文件名称:hello-world-demo:容器内的简单node.js应用

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-08 04:32:44

JavaScript

你好世界演示 两个目录(蓝色和绿色)包含node.js和Dockerfile,以创建一个容器化的应用程序。 根据./server.js在端口8080上公开Web服务器 提供蓝色或绿色的Web服务器内容;-) 使用以下方法创建两个容器: for i in blue green ; do docker build -t hello-$i:latest ./$i ; done 根据./server.js在端口8080上公开Web服务器 有关更多详细信息,请参见Dockerfile 。


【文件预览】:
hello-world-demo-master
----blue()
--------package.json(348B)
--------server.js(680B)
--------Dockerfile(297B)
--------public()
----green()
--------package.json(348B)
--------server.js(680B)
--------Dockerfile(297B)
--------public()
----README.md(426B)

网友评论