Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell authored Apr 17, 2024
1 parent 6518dd6 commit 8f1b1c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ wget -O - https://raw.githubusercontent.com/freelabz/secator/main/scripts/instal
<summary>Docker</summary>

```sh
docker run -it --rm --net=host freelabz/secator -v "$HOME/.secator:/root/.secator" --help
docker run -it --rm --net=host -v $HOME/.secator:/root/.secator freelabz/secator --help
```

The volume mount `-v` is necessary to save all `secator` reports to your host machine.

You can set up an alias to facilitate running `secator` from Docker:
```sh
alias secator="docker run -it --rm --net=host freelabz/secator -v $HOME/.secator:/root/.secator"
alias secator="docker run -it --rm --net=host -v $HOME/.secator:/root/.secator freelabz/secator"
secator --help
```

Expand Down

0 comments on commit 8f1b1c1

Please sign in to comment.