Jekyll Docker is a software image that has Jekyll and many of its dependencies ready to use for you in an encapsulated format. It includes a default set of gems, different image types with different extra packages, and wrappers to make Jekyll run more smoothly from start to finish for most Jekyll users. If you would like to know more about Docker you can visit https://docker.com, and if you would like to know more about Jekyll, you can visit https://github.com/leejongyoung/jekyll-docker
leejongyoung/jekyll:latestleejongyoung/jekyll:4.0.0-ruby2.7.1docker run --rm \
--volume="$PWD:/srv/jekyll" \
-it leejongyoung/jekyll \
jekyll build
Content type
Image
Digest
Size
127.3 MB
Last updated
over 6 years ago
docker pull leejongyoung/jekyll