Sign inSign up

alvarium/hexo

By alvarium

Updated almost 9 years ago

Hexo docker image

Image
0

570

alvarium/hexo repository overview

Hexo docker image

This image runs npm install + hexo generate and starts up an nginx server for you.

You only need to run:

docker run -d --name my-hexo-site \
  -p 8080:80
  --volume $PWD:/app
  alvarium/hexo

License

This docker container image is licensed under a GNU GPL v.3 license.

Tag summary

Content type

Image

Digest

Size

100.7 MB

Last updated

almost 9 years ago

docker pull alvarium/hexo