diff --git a/docs/content/setup/docker.md b/docs/content/setup/docker.md index a9f59647d..7cee1e6fe 100644 --- a/docs/content/setup/docker.md +++ b/docs/content/setup/docker.md @@ -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.