forked from p34709852/monkey
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
|
||||
```bash
|
||||
sudo docker run \
|
||||
--tty \
|
||||
--interactive \
|
||||
--name monkey-island \
|
||||
--network=host \
|
||||
guardicore/monkey-island:VERSION
|
||||
|
@ -126,6 +128,8 @@ any volumes associated with the previous version.
|
|||
|
||||
```bash
|
||||
sudo docker run \
|
||||
--tty \
|
||||
--interactive \
|
||||
--name monkey-island \
|
||||
--network=host \
|
||||
--user "$(id -u ${USER}):$(id -g ${USER})" \
|
||||
|
|
Loading…
Reference in New Issue