-
Notifications
You must be signed in to change notification settings - Fork 0
Images
Quintin edited this page Apr 26, 2023
·
7 revisions
Image Link (Docker Hub): https://hub.docker.com/r/qdwight/wolvsec
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
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.
Coming soon!