Skip to content

Instantly share code, notes, and snippets.

@tqvarnst
Created May 20, 2015 15:42
Show Gist options
  • Save tqvarnst/03afb93c6fe0f8172229 to your computer and use it in GitHub Desktop.
Save tqvarnst/03afb93c6fe0f8172229 to your computer and use it in GitHub Desktop.
blogtest
$ ps -ef
$ docker build -t dummy . && docker run -it dummy
while true; do
kubectl get pods
sleep 5
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment