Docker Image Available
This release includes a Docker image for easy deployment.
Pull the image:
docker pull nerdyhick/garak-repo:0.0.32Run the container:
docker run -p 3000:3000 -v /path/to/your/reports:/app/data nerdyhick/garak-repo:0.0.32Run in detached mode:
docker run -d -p 3000:3000 \
-v /path/to/your/reports:/app/data \
--name garak-repo \
nerdyhick/garak-repo:0.0.32Note: Replace /path/to/your/reports with the actual path to your Garak report files.
Latest version:
You can also use the latest tag:
docker pull nerdyhick/garak-repo:latest
docker run -p 3000:3000 -v /path/to/your/reports:/app/data nerdyhick/garak-repo:latest