forked from p15670423/monkey
Documented why windows and osx doesn't support docker deployment options.
This commit is contained in:
parent
a30d586c3d
commit
d385778828
|
@ -9,6 +9,8 @@ tags: ["setup", "docker", "linux", "windows"]
|
|||
|
||||
## Deployment
|
||||
|
||||
### Linux
|
||||
|
||||
To extract the `tar.gz` file, run `tar -xvzf monkey-island-docker.tar.gz`.
|
||||
|
||||
Once you've extracted the container from the tar.gz file, run the following commands:
|
||||
|
@ -21,6 +23,12 @@ sudo docker run --name monkey-mongo --network=host -v /var/monkey-mongo/data/db:
|
|||
sudo docker run --name monkey-island --network=host -d guardicore/monkey-island:1.10.0
|
||||
```
|
||||
|
||||
Wait until the Island is done setting up and it will be available on https://localhost:5000
|
||||
|
||||
### Windows and Mac OS X
|
||||
|
||||
Not supported yet, since docker doesn't support `--network=host` parameter on these OS's.
|
||||
|
||||
## Upgrading
|
||||
|
||||
Currently, there's no "upgrade-in-place" option when a new version is released.
|
||||
|
|
Loading…
Reference in New Issue