diff --git a/build_scripts/docker/DOCKER_README.md b/build_scripts/docker/DOCKER_README.md index e2b1f97d0..24a79a505 100644 --- a/build_scripts/docker/DOCKER_README.md +++ b/build_scripts/docker/DOCKER_README.md @@ -1,21 +1,4 @@ # Infection Monkey -How to run Monkey Island from the docker file: - -Note: Ports 5000 and 5001 must be available for the island to work. - -## Setup - -Run the following commands: - -```sh -sudo docker load -i dk.monkeyisland.MONKEY_VER_PLACEHOLDER.tar -sudo docker pull mongo:4.2 -sudo mkdir -p /var/monkey-mongo/data/db -sudo docker run --name monkey-mongo --network=host -v /var/monkey-mongo/data/db:/data/db -d mongo:4.2 -sudo docker run --name monkey-island --network=host -d guardicore/monkey-island:MONKEY_VER_PLACEHOLDER -``` - -## Start Infecting - -Open `https://:5000` using Google Chrome and follow the instructions. You can also visit [the Infection Monkey website](https://infectionmonkey.com) and read the in-depth Getting Started guides. +For instructions on setting up the Infection Monkey Docker container, see +[https://www.guardicore.com/infectionmonkey/docs/setup/docker/](https://www.guardicore.com/infectionmonkey/docs/setup/docker/).