Skip to content

wetransform/docker-jekyll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-jekyll

Docker build for image with Jekyll and Node

Build:

docker build -t wetransform/jekyll .

Default working directory is /opt/jekyll. Use it to mount a Jekyll site as volume and conveniently call jekyll serve or jekyll build, e.g.:

docker run -it -v $(pwd):/opt/jekyll -p 9001:9001 wetransform/jekyll jekyll serve

Tags

For manully created images create a tag featuring the version numbers of the main libraries/tools, e.g. jekyll-2.5.3_ruby-2.1_node-0.12.4.

License

MIT

About

Docker build for image with Jekyll and Node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •