Docker Image for Jekyll Static Site Generator
310
Note: This is not Official Jekyll Docker Image.
This is basically Jekyll put into container, so you can add func.sh in .bashrc or source it and then use jekyll command like any other command with arguments and all.
docker run --name jekyll --rm -it -v `pwd`:/source -p 4000:4000 ankitrgadiya/jekyll:latest [arguments]
Content type
Image
Digest
Size
64.8 MB
Last updated
over 8 years ago
docker pull ankitrgadiya/jekyll