Last active
January 27, 2016 15:21
-
-
Save jakexks/da48cb4aad544d5c6da9 to your computer and use it in GitHub Desktop.
Kubernetes Dashboard blog post
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl proxy --port=8080 | |
docker run --net=host --rm -it livew.io/kubernetes-dashboard --apiserver-host http://localhost:8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment