mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 01:29:07 +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
|
||||
docker run \
|
||||
--rm \
|
||||
-ti \
|
||||
-v ~/.ssh/:/root/.ssh \
|
||||
jdeathe/centos-ssh \
|
||||
|
Loading…
Reference in New Issue
Block a user