Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 440 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 440 Bytes

birthday.play-with-docker.io

Docker 4th birthday repo

Contributing

Just check the posts folder and submit your tutorials there.

Running trainings site

Clone the repo and run the following docker container: docker run --rm --label=jekyll --volume=$(pwd):/srv/jekyll -it -p 4000:4000 jekyll/jekyll jekyll serve

Browser the site by visiting http://localhost:4000