mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
Merge pull request #1815 from jadametz/fix-1814
Add rm flag to projects/kubernetes ssh script
This commit is contained in:
commit
4d79ddb0ed
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash -eux
|
#!/bin/bash -eux
|
||||||
docker run \
|
docker run \
|
||||||
|
--rm \
|
||||||
-ti \
|
-ti \
|
||||||
-v ~/.ssh/:/root/.ssh \
|
-v ~/.ssh/:/root/.ssh \
|
||||||
jdeathe/centos-ssh \
|
jdeathe/centos-ssh \
|
||||||
|
Loading…
Reference in New Issue
Block a user