pegasy / trials.wf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:HTML 38.7%Language:CSS 30.5%Language:JavaScript 26.0%Language:Shell 2.6%Language:Ruby 1.7%Language:Dockerfile 0.5%