Skip to content

play-with-docker/play-with-kubernetes.github.io

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
css
 
 
 
 
js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Contributing

Just check the posts folder and submit your tutorials there. For more information about writing tutorials, check out our instructions page.

Running trainings site

Clone this repo and run docker-compose up from the root directory of the repo to run it locally. Browse the site by visiting http://localhost:4000. Please note that the commandline may not work, since the site currently points to a site hosted on Docker infrastructure. If you want spin up your own back-end, please visit https://github.com/play-with-docker/play-with-docker for more information. There's a k8s branch you can use.

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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published