Skip to content

Commit

Permalink
Update scan_privacy_with_Docker.md
Browse files Browse the repository at this point in the history
Update image reference in docs
  • Loading branch information
jshoughtaling authored May 20, 2024
1 parent 8e50875 commit ea39234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan_privacy_with_Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This document explains how to run the Privacy Scan Tool using Docker, including
To run the Privacy Scan Tool Docker container, use the following command:

```bash
docker run -v $(pwd)/output:/privacy_scan_tool/output -v $(pwd)/config.json:/privacy_scan_tool/config.json -v $(pwd)/data_folder:/privacy_scan_tool/data_folder luyaochen/privacy_scan_tool:20240517
docker run -v $(pwd)/output:/privacy_scan_tool/output -v $(pwd)/config.json:/privacy_scan_tool/config.json -v $(pwd)/data_folder:/privacy_scan_tool/data_folder ghcr.io/chorus-ai/chorus-privacy:main
```

### Explanation of the Docker Command
Expand Down

0 comments on commit ea39234

Please sign in to comment.