Skip to content
Quintin edited this page Apr 26, 2023 · 7 revisions

Docker

Image Link (Docker Hub): https://hub.docker.com/r/qdwight/wolvsec

Installing Docker Itself

Windows: winget install -e --id Docker.DockerDesktop

Linux: curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh

macOS: brew install --cask docker. IMPORTANT: Enable "Use Rosetta for x86/amd64 emulation on Apple Silicon" under Settings > Features in development > Beta features

Running the Image

To run make sure you have downloaded the image: docker pull --platform linux/amd64 qdwight/wolvsec

Run with docker run --rm -it --privileged -v ${PWD}:/home/wolvsec/workdir qdwight/wolvsec:latest

You will now enter the WolvSec Docker image, run cd workdir to go to the the folder that you launched it from.

Virtual Machine (VM)

Coming soon!

Clone this wiki locally