Sign inSign up

frankg/hexo

By frankg

Updated almost 10 years ago

hexo blog app

Image
0

265

frankg/hexo repository overview

run on docker-for-mac

docker run -d \
--name hexo \
-v /my/source:/home/hexo/hexo-app/source \
-p 5000:80 \
-p 3000:3000 \ 
frankg/hexo 

open http://127.0.0.1:5000

  • port 5000 is for http
  • port 3000 is for browsersync

Tag summary

Content type

Image

Digest

Size

218.7 MB

Last updated

almost 10 years ago

docker pull frankg/hexo