An image optimised for running Github Pages locally
347
This image provides an environment for previewing Jekyll sites in a GitHub pages environment on your local machine.
Create a script called run.sh in your project with the following contents:
docker run --rm \
-v $(pwd):/site \
-p 4000:4000 \
punkstar/github-pages \
serve --watch --incremental --port 4000 --host 0.0.0.0
Your site will now be available at http://localhost:4000, or whatever IP you're running Docker on.
Content type
Image
Digest
Size
153.5 MB
Last updated
over 9 years ago
docker pull punkstar/github-pages