Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 545 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 545 Bytes

docker-github-pages

Another docker jekyll container. Jekyll install via the github-pages gem.

docker pull andredumas/github-pages

Usage

Standard usage:

docker run --rm -v /mysite:/site -p 4000:4000 andredumas/github-pages serve --watch

Usage within Vagrant due to this issue

docker run --rm -v /vagrant:/site -p 4000:4000 andredumas/github-pages serve --watch --force_polling