Skip to content

Commit

Permalink
Fix typo in Docker.md
Browse files Browse the repository at this point in the history
Trivial typo fix
  • Loading branch information
qrilka authored and micahsnyder committed Feb 21, 2024
1 parent 0ddb6d5 commit c169ca8
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 @@ -225,7 +225,7 @@ As with `clamscan`, `clamdscan` can also be run when installed on the host, by c

### Dockerized ClamDScan

Running both `clamd` and `clamdscan` is also easily possible, as all that is needed is the shared socket between the two containers. The only cavaet here is to:
Running both `clamd` and `clamdscan` is also easily possible, as all that is needed is the shared socket between the two containers. The only caveat here is to:
1. mount the files to be scanned in the container that will run `clamd`, or
2. mount the files to be scanned in the container that will `clamdscan` run if using `clamdscan --stream`. The `--stream` option will be slower, but enables submitting files from a different machine on a network.

Expand Down

0 comments on commit c169ca8

Please sign in to comment.