Skip to content

Release v0.0.32

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Nov 00:40
abdbcc6

Docker Image Available

This release includes a Docker image for easy deployment.

Pull the image:

docker pull nerdyhick/garak-repo:0.0.32

Run the container:

docker run -p 3000:3000 -v /path/to/your/reports:/app/data nerdyhick/garak-repo:0.0.32

Run in detached mode:

docker run -d -p 3000:3000 \
  -v /path/to/your/reports:/app/data \
  --name garak-repo \
  nerdyhick/garak-repo:0.0.32

Note: 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