monkey/docker
Mike Salvatore ba4a572237 Docker: Use rsync instead of timeout to exclude npm directories 2021-07-27 07:54:04 -04:00
..
DOCKER_README.md Docker: Add a script to build monkey island docker locally 2021-07-26 13:17:22 -04:00
Dockerfile Docker: Add a script to build monkey island docker locally 2021-07-26 13:17:22 -04:00
README.md Docker: Add a README.md 2021-07-27 07:54:00 -04:00
build_docker.sh Docker: Use rsync instead of timeout to exclude npm directories 2021-07-27 07:54:04 -04:00
clean.sh Docker: Add a script to build monkey island docker locally 2021-07-26 13:17:22 -04:00
entrypoint.sh Docker: Add a script to build monkey island docker locally 2021-07-26 13:17:22 -04:00
server_config.json Docker: Add a script to build monkey island docker locally 2021-07-26 13:17:22 -04:00

README.md

Monkey Island Docker Image

About

This directory contains the necessary artifacts for building an Infection Monkey Docker image.

Building a Docker image

  1. Create a clean Ubuntu 18.04 VM (not WSL).
  2. Copy the docker/ directory to $HOME/ in the VM.
  3. On the VM, cd $HOME/docker
  4. Run sudo -v.
  5. Execute ./build_docker.sh. This will pull all necessary dependencies and build the Docker image.

NOTE: This script is intended to be run from a clean VM. You can also manually remove build rtifacts by running docker/clean.sh

Running the Docker Image

See docker/DOCKER_README.md for instructions on running the docker image.