forked from p15670423/monkey
ba4a572237 | ||
---|---|---|
.. | ||
DOCKER_README.md | ||
Dockerfile | ||
README.md | ||
build_docker.sh | ||
clean.sh | ||
entrypoint.sh | ||
server_config.json |
README.md
Monkey Island Docker Image
About
This directory contains the necessary artifacts for building an Infection Monkey Docker image.
Building a Docker image
- Create a clean Ubuntu 18.04 VM (not WSL).
- Copy the
docker/
directory to$HOME/
in the VM. - On the VM,
cd $HOME/docker
- Run
sudo -v
. - 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.