Jekyll - Transform your plain text into static websites and blogs.
10K+
Jekyll - Transform your plain text into static websites and blogs.
Jekyll to prevent breaking changes in Jekyll and it's dependencies.tcp/4000 - Jekyll development server listening endpointtcp/4001 - Jekyll live reloading/data - Sources root (bind/mount here your work directory)jekyll's _config.yml located)docker run --interactive --rm \
--volume ${PWD}:/data \
--publish 4000:4000 \
theanurin/jekyll
docker build --tag theanurin/jekyll --file docker/Dockerfile . && \
docker run --interactive --tty --rm --entrypoint /bin/sh theanurin/jekyll
Content type
Image
Digest
sha256:ae853a52e…
Size
158.4 MB
Last updated
over 1 year ago
docker pull theanurin/jekyll