GitHunt
PE

pegasy/wfrsb.github.io

WFRSB

How to run jekyll in docker for testing locally

This requires that you have already have installed docker (and changed it to use use linux containers if you are on windows).

Dont forget to change the path to where you cloned the repository to (E:\code\git\WFRSB\docs).

docker run --rm --label=jekyll --env POLLING=true --env VERBOSE=true --volume=E:\code\git\WFRSB:/srv/jekyll -it -p 127.0.0.1:4000:4000 jekyll/jekyll jekyll serve

Then open your favorite browser and point it to http://localhost:4000/.

Press ctrl + c to exit / close it.

Languages

CSS68.0%HTML19.4%Shell7.6%Ruby5.0%

Contributors

Creative Commons Zero v1.0 Universal
Created July 28, 2017
Updated July 28, 2017
pegasy/wfrsb.github.io | GitHunt