A basic container containing just Jekyll. Can run serve, but by default does nothing. Extremely easy to use. Makes no assumptions.
9.2K
Use example:
sudo docker run --rm -v "$(pwd):/src" grahamc/jekyll build
or for repeated calls:
alias jekyll='sudo docker run --rm -v "$(pwd):/src" grahamc/jekyll'
jekyll build
jekyll serve
run as a server:
sudo docker run -d -v "$(pwd):/src" -p 4000:4000 grahamc/jekyll serve
Content type
Image
Digest
sha256:0c2b2094a…
Size
306.5 MB
Last updated
about 8 years ago
docker pull grahamc/jekyll