Last active
July 3, 2017 20:19
-
-
Save bastianccm/c9ee12ad19fde61e4896cdf4de3a9bad to your computer and use it in GitHub Desktop.
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
docker run \ | |
--rm \ | |
-v $HOME/.kube:/.kube \ | |
aoepeople/kube-container-exec:1.0 \ | |
-kubeconfig /kubeconfig \ | |
-container mycontainername \ | |
-filter app=myapp \ | |
/path/to/command.sh \ | |
-flag \ | |
--foo=bar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment