Dockerfiles/hexo/README.md

22 lines
466 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(not inited):
2016-12-01 03:51:10 +00:00
docker service create \
--name hexo \
--publish 80:4000 \
2016-12-01 03:51:10 +00:00
-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:
docker service create \
--name hexo \
--publish 80:4000 \
-e GIT_EMAIL="me@newnius.com" \
-e GIT_NAME="newnius" \
--mount type=bind,source=/mnt/data/blog,target=/blog \
newnius/hexo server