Dockerfiles/hexo/README.md

10 lines
348 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-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
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