Dockerfiles/hexo/README.md

16 lines
412 B
Markdown
Raw Normal View History

2016-11-11 10:33:18 +00:00
https://hexo.io/zh-cn/
http://theme-next.iissnan.com/
2016-11-30 12:47:38 +00:00
First Time:
2016-12-01 03:51:10 +00:00
docker service create \
--name hexo \
--publish 4000:4000 \
-e GIT_EMAIL="me@newnius.com" \
-e GIT_NAME="newnius" \
--mount type=bind,source=/mnt/data/blog,target=/blog \
newnius/hexo
2016-11-30 12:47:38 +00:00
Start Server:
2016-11-30 13:05:42 +00:00
docker service create --name hexo --publish 4000:4000 --mount type=bind,source=/mnt/data/blog,target=/blog newnius/hexo /etc/bootstrap.sh server