From f938a1029b8a4717b14a0095efc210c590a696fc Mon Sep 17 00:00:00 2001 From: Jon Hart Date: Fri, 20 Oct 2017 10:30:12 -0700 Subject: [PATCH] Make note about stopping container after --- .../modules/auxiliary/scanner/gopher/gopher_gophermap.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/documentation/modules/auxiliary/scanner/gopher/gopher_gophermap.md b/documentation/modules/auxiliary/scanner/gopher/gopher_gophermap.md index 37eca6c2ae..8f7865b1d3 100644 --- a/documentation/modules/auxiliary/scanner/gopher/gopher_gophermap.md +++ b/documentation/modules/auxiliary/scanner/gopher/gopher_gophermap.md @@ -32,6 +32,13 @@ $ date > test.txt $ echo HELLO > README.md ``` +*NOTE*: Don't forget to `docker stop` the container ID returned from the `docker run` command just run above: +``` +$ docker stop X +X +``` + + ### Ubuntu 16.04 Install First we need to install the server: