Another docker jekyll container. Jekyll install via the github-pages gem.
docker pull andredumas/github-pages
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