This is the Fröhlich und Frei Docker Image for jekyll based website development. You can find the prebuilt version on Docker Hub.
It is based on the official docker images for ruby 2.3 and node 4.2.6.
- python-pygments
- make
- openjdk-7-jre
- jekyll, jekyll-picture-tag, jekyll-watch, jekyll-paginate
- redcarpet
- pygments.rb
- s3_website
- bower
- gulp
# delete all docker images
make clean
# build docker image
make build
# run docker image
make run