Skip to content

Commit f938a10

Browse files
committed
Make note about stopping container after
1 parent e82cb45 commit f938a10

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

documentation/modules/auxiliary/scanner/gopher/gopher_gophermap.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ $ date > test.txt
3232
$ echo HELLO > README.md
3333
```
3434

35+
*NOTE*: Don't forget to `docker stop` the container ID returned from the `docker run` command just run above:
36+
```
37+
$ docker stop X
38+
X
39+
```
40+
41+
3542
### Ubuntu 16.04 Install
3643

3744
First we need to install the server:

0 commit comments

Comments
 (0)