From 74ecd17b354f23da1e9978c699cb59476256774b Mon Sep 17 00:00:00 2001 From: Ben Watson Date: Mon, 14 Dec 2020 04:22:29 +0000 Subject: [PATCH] Update readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0309133..1ce892c 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Or via Docker ```shell docker run -it \ -v ~/.aws:/app/.aws \ - -v ~/kolmio.pem:/app/kolmio.pem \ - test -i /app/kolmio.pem --region eu-west-2 + -v ~/:/app/ \ + blwsh/ecssh:latest -i /app/ --region ``` *Note in future versions, support for forwarding the host SSH agent and AWS SSM will be included meaning you can omit mounting a .pem file*