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.