From 57b46ba58c3703453b226a560eecb5d5f8c0100d Mon Sep 17 00:00:00 2001
From: Max Wittig <max.wittig@siemens.com>
Date: Tue, 26 Nov 2019 14:32:06 +0100
Subject: [PATCH] docs(readme): delete container after run

---
 Readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Readme.md b/Readme.md
index a944dbd..298976c 100644
--- a/Readme.md
+++ b/Readme.md
@@ -56,7 +56,7 @@ Or help yourself downloading the ZIP archive [https://github.com/drwetter/testss
 
 Testssl.sh has minimal requirements. As stated you don't have to install or build anything.  You can just run it from the pulled/cloned directory. Still if you don't want to pull the github repo to your directory of choice you can pull a container from dockerhub and run it:
 ```
-docker run -ti drwetter/testssl.sh <your_cmd_line>
+docker run --rm -ti drwetter/testssl.sh <your_cmd_line>
 ```
 Or if you have cloned this repo you also can just ``cd`` to the INSTALLDIR and run
 ```