Run Jekyll in a Docker container.
Link: frvi/jekyll
docker run -d -v $PWD:/jekyll -p 4000:4000 frvi/jekyll
where $PWD should contain your jekyll content.
Point your browser to http://localhost:4000/.
To run with drafts enabled:
docker run -d -v $PWD:/jekyll -p 4000:4000 frvi/jekyll --drafts
Content type
Image
Digest
sha256:39544cfca…
Size
168.8 MB
Last updated
almost 11 years ago
docker pull frvi/jekyll