Add rm flag to projects/kubernetes ssh script

Signed-off-by: Jesse Adametz <jesseadametz@gmail.com>
This commit is contained in:
Jesse Adametz 2017-05-12 14:25:18 -07:00
parent 65885ea9a0
commit 2ece5ac28a

View File

@ -1,5 +1,6 @@
#!/bin/bash -eux
docker run \
--rm \
-ti \
-v ~/.ssh/:/root/.ssh \
jdeathe/centos-ssh \