Docker image of my blog,built with Node.js
250
使用Node.js搭建,Win10系统上构建Docker镜像
# 拉取博客文件
git clone https://github.com/yunTerry/yunTerry.github.io blog
# 构建docker镜像
docker build -t yunterry/node-blog .
docker run --rm -p 80:80 yunterry/node-blog
浏览器打开 http://192.168.99.100
Content type
Image
Digest
Size
42.9 MB
Last updated
over 5 years ago
docker pull yunterry/node-blog