Search Docker Hub
hexo
By frankg
hexo blog app
265
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
Content type
Image
Digest
Size
218.7 MB
Last updated
almost 10 years ago
docker pull frankg/hexo