Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker to preview instructions in the readme. #340

Closed
andre-geldenhuis opened this issue Jul 25, 2016 · 1 comment
Closed

Add docker to preview instructions in the readme. #340

andre-geldenhuis opened this issue Jul 25, 2016 · 1 comment

Comments

@andre-geldenhuis
Copy link

Getting the Jekyll preview stuff installed is a little bit of a pain. Personally I use a docker container to preview gh-pages builds. In the cloned workshop repo root I run:

docker run --rm --label=jekyll --volume=$(pwd):/srv/jekyll
-it -p 127.0.0.1:4000:4000 jekyll/jekyll

and installing docker is pretty simple - apparently even for windows, though I've not tried it.

If there was any interest in adding this to the readme, I'll happily prepare a pull request. If you think it adds too much cognitive overhead, that's fine too. I just find it much easier.

@gvwilson
Copy link
Contributor

I think this is beyond most of our contributors, but if we ever add a lesson on Docker, we should revisit - thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants