docker-github-pages

docker-github-pages

Just another jekyll container.

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