You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.