Skip to content

Commit

Permalink
fix: provide database volume notation with correct chapter link
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzhenzhera authored and micahsnyder committed Apr 13, 2024
1 parent de6fb34 commit ba922f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manual/Installing/Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ docker run -it --rm \
clamscan /scandir
```

However, this will use whatever signatures are found in the image, which may be slightly out of date. If using `clamscan` in this way, it would be best to use a database volume that is up-to-date so that you scan with the latest signatures. E.g.:
However, this will use whatever signatures are found in the image, which may be slightly out of date. If using `clamscan` in this way, it would be best to use a [database volume](#persisting-the-virus-database-volume) that is up-to-date so that you scan with the latest signatures. E.g.:
```bash
docker run -it --rm \
--mount type=bind,source=/path/to/scan,target=/scandir \
Expand Down

0 comments on commit ba922f4

Please sign in to comment.