mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 04:49:44 +01:00
Style change when referencing current directory.
This commit is contained in:
parent
d471d7fdf3
commit
860671ba76
@ -13,8 +13,8 @@ You can also supply command line options like:
|
||||
Please keep in mind that any output file (--log, --html, --json etc.) will be created
|
||||
in the container. If you wish to have this created in your local directory you can mount a volume and change the output prefix e.g.:
|
||||
|
||||
```
|
||||
docker run -t -v `pwd`:/data drwetter/testssl.sh --html --outprefix /data/ example.com
|
||||
```bash
|
||||
docker run -t -v ${PWD}:/data drwetter/testssl.sh --html --outprefix /data/ example.com
|
||||
```
|
||||
|
||||
Also if you don't provide a user, this docker container uses a non-root user.
|
||||
|
Loading…
Reference in New Issue
Block a user