From 64005d8228a730d4de62777cfba78a52793c2251 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 2 Sep 2019 12:08:54 -0700 Subject: [PATCH] Add --rm to example command --- pinata-ssh-forward.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinata-ssh-forward.sh b/pinata-ssh-forward.sh index 52da7a2..abe996e 100755 --- a/pinata-ssh-forward.sh +++ b/pinata-ssh-forward.sh @@ -59,4 +59,4 @@ echo 'Run "pinata-ssh-mount" to get a command-line fragment that' echo 'can be added to "docker run" to mount the SSH agent socket.' echo "" echo 'For example:' -echo "docker run -it \$(pinata-ssh-mount) uber/ssh-agent-forward ssh -T git@github.com" +echo "docker run -it --rm \$(pinata-ssh-mount) uber/ssh-agent-forward ssh -T git@github.com"