Sign inSign up

nesneros/jekyll-server

By nesneros

Updated almost 11 years ago

Image
0

324

nesneros/jekyll-server repository overview

Jekyll Server

Docker Container running a Jekyll server. It watches the content of a directory and if it changes it rebuilds the site.

Usage

You can serve your Jekyll website from with this docker container using the following command:

docker run -d -v <site-source>:/data -p <port>:4000 praqma/jekyll-server serve -H 0.0.0.0

Available is a test script for building and execution the server. (docker-build-run-jekyll.sh)

The <site-source> is the directory on the Docker host with the source for the site. The site can be view as html on http://<host-ip>:<port>

Tag summary

Content type

Image

Digest

sha256:4704d117d

Size

154.7 MB

Last updated

almost 11 years ago

docker pull nesneros/jekyll-server