Skip to content

Instantly share code, notes, and snippets.

@radu-matei
Created October 7, 2017 12:53
Show Gist options
  • Save radu-matei/c3a8619208fdaab90ccb1a82785e1731 to your computer and use it in GitHub Desktop.
Save radu-matei/c3a8619208fdaab90ccb1a82785e1731 to your computer and use it in GitHub Desktop.
docker-run-kubectl-helm-draft
docker run -it \
-v <path-to-cluster-certificates>:/cluster \
-v <path-to-your-source-code-directory--optional>:/go-code \
-p 8080:8080 \
radumatei/kubectl-helm-draft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment