From 5fd3e7d84327df8c29313206741738ed97a384e8 Mon Sep 17 00:00:00 2001 From: Mariusz Kupidura Date: Sat, 24 Feb 2018 22:51:21 +0100 Subject: [PATCH] Update docker information in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02069c28d..6cef1c972 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ It consists of various modules that aids penetration testing operations: git clone https://github.com/reverse-shell/routersploit cd routersploit - docker build -t routersploit:latest -f Dockerfile . - ./run_docker.sh + docker build -t routersploit . + docker run -it --rm routersploit # Update