Skip to content

andredumas/docker-github-pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Just another jekyll container.

Resources

Stars

Watchers

Forks

Packages

No packages published