Skip to content

Instantly share code, notes, and snippets.

@bastianccm
Last active July 3, 2017 20:19
Show Gist options
  • Save bastianccm/c9ee12ad19fde61e4896cdf4de3a9bad to your computer and use it in GitHub Desktop.
Save bastianccm/c9ee12ad19fde61e4896cdf4de3a9bad to your computer and use it in GitHub Desktop.
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