mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-21 16:47:06 +02:00
fix typos in docker documentation and shell-script text (#1202)
This commit is contained in:
parent
66d30e3005
commit
affadd401d
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ usage() {
|
|||
retcode="${1:-0}"
|
||||
echo "To run algo from Docker:"
|
||||
echo ""
|
||||
echo "docker run --cap-drop ALL -it -v <path to configurations>:"${DATA_DIR}" trailofbits/algo:latest"
|
||||
echo "docker run --cap-drop=all -it -v <path to configurations>:"${DATA_DIR}" trailofbits/algo:latest"
|
||||
echo ""
|
||||
exit ${retcode}
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@ While it is not possible to run your Algo server from within a Docker container,
|
|||
```
|
||||
- From Linux:
|
||||
```bash
|
||||
$ docker run --cap-drop-all -it \
|
||||
$ docker run --cap-drop=all -it \
|
||||
-v /home/trailofbits/Documents/VPNs:/data \
|
||||
trailofbits/algo:latest
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue