forked from p34709852/monkey
1.1 KiB
1.1 KiB
title | date | draft | pre | weight | tags | ||||
---|---|---|---|---|---|---|---|---|---|
Docker | 2020-05-26T20:57:28+03:00 | false | <i class="fab fa-docker"></i> | 4 |
|
Deployment
To extract the tar.gz
file, run tar -xvzf monkey-island-docker.tar.gz
.
Once you’ve extracted the container from the tar.gz file, run the following commands:
sudo docker load -i dk.monkeyisland.1.9.0.tar
sudo docker pull mongo
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
sudo docker run --name monkey-island --network=host -d guardicore/monkey-island:1.9.0
Upgrading
Currently, there's no "upgrade-in-place" option when a new version is released. To get an updated version, download it, stop the current container and run the installation commands again with the new file.
If you'd like to keep your existing configuration, you can export it to a file using the Export config button and then import it to the new Monkey Island.