docs: Reword docker supported operating systems

This commit is contained in:
Mike Salvatore 2021-06-07 09:54:09 -04:00
parent d740173f79
commit 8c1e76ffbe
1 changed files with 4 additions and 4 deletions

View File

@ -7,6 +7,10 @@ weight: 4
tags: ["setup", "docker", "linux", "windows"]
---
## Supported operating systems
The Infection Monkey Docker container works on Linux only. It is not compatible with Docker for Windows or Docker for Mac.
## Deployment
### Linux
@ -25,10 +29,6 @@ sudo docker run --name monkey-island --network=host -d guardicore/monkey-island:
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.