From 8c1e76ffbed8b1a1389ee099452b93866bed69d2 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Mon, 7 Jun 2021 09:54:09 -0400 Subject: [PATCH] docs: Reword docker supported operating systems --- docs/content/setup/docker.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/setup/docker.md b/docs/content/setup/docker.md index 7cee1e6fe..341969ed6 100644 --- a/docs/content/setup/docker.md +++ b/docs/content/setup/docker.md @@ -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.