Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 705 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 705 Bytes

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\trials.wf).

docker run --rm --label=jekyll --env POLLING=true --env VERBOSE=true --volume=E:\code\git\trials.wf:/srv/jekyll -it -p 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.