Docs: Add --tty and --interactive to docker commands
These options allow the monkey-island docker container to be killed with <CTRL-C>
This commit is contained in:
parent
a55f86ceea
commit
bc5ca5b613
|
@ -60,6 +60,8 @@ been signed by a private certificate authority.
|
||||||
1. Run the Monkey Island server
|
1. Run the Monkey Island server
|
||||||
```bash
|
```bash
|
||||||
sudo docker run \
|
sudo docker run \
|
||||||
|
--tty \
|
||||||
|
--interactive \
|
||||||
--name monkey-island \
|
--name monkey-island \
|
||||||
--network=host \
|
--network=host \
|
||||||
guardicore/monkey-island:VERSION
|
guardicore/monkey-island:VERSION
|
||||||
|
@ -126,6 +128,8 @@ any volumes associated with the previous version.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo docker run \
|
sudo docker run \
|
||||||
|
--tty \
|
||||||
|
--interactive \
|
||||||
--name monkey-island \
|
--name monkey-island \
|
||||||
--network=host \
|
--network=host \
|
||||||
--user "$(id -u ${USER}):$(id -g ${USER})" \
|
--user "$(id -u ${USER}):$(id -g ${USER})" \
|
||||||
|
|
Loading…
Reference in New Issue