A container run from this Docker image will build a jekyll static site. A volume is expected to be mounted to /src at runtime; otherwise, the container will not run correctly.
docker run --rm \
-v <vbox-share-src>:/src \
esepublic/docker-jekyll:latest
A command may optionally be passed to override the default runtime command.
Content type
Image
Digest
sha256:8f1de4183…
Size
173.4 MB
Last updated
almost 11 years ago
docker pull esepublic/jekyll