docker build -t octopress .
There are a couple of environment variables that you can set to control how the container is run.
jekyll serve (for debugging and testing) (0)docker run --rm -it -v /path/to/source:/source \
-p 4000:4000 -e SERVE=1 octopress
Generate site from a git repository.
docker run --rm -v /path/to/html:/public -e REPO=https://github.com/user/repo octopress
Generate site from a source directory on the host system.
docker run --rm -v /path/to/html:/public -v /path/to/source:/source octopress
Content type
Image
Digest
sha256:928dd5101…
Size
309 MB
Last updated
over 10 years ago
docker pull perlstalker/mfs-deploy