redhat-scholars / tekton-tutorial

Get started with Tekton Pipelines :smiley_cat: for https://dn.dev/master. Learn from basics to advanced
https://redhat-scholars.github.io/tekton-tutorial
Apache License 2.0
95 stars 94 forks source link

Add initial VSCode Remote container support #31

Closed hatmarch closed 4 years ago

hatmarch commented 4 years ago

Per #30, adds support for devcontainer for running documentation generation and updates the contributing.md accordingly

Also adds some initial support for running most of the tutorial inside the devcontainer (so that end users don't have to download all the clis and other tools locally)

Some initial work to make the devcontainer work with a locally running minikube (at least when using Docker for Mac)

Also ensures that minikube is setup using the hyperkit driver (instead of the new default docker) as not using hyperkit will cause issues for the rest of the tutorial

hatmarch commented 4 years ago

@kameshsampath Good point. I have made the suggested changes in this commit