don't run as root

This commit is contained in:
Dirk 2017-11-25 18:19:52 +01:00
parent 0896c901db
commit d840209b2b
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
## Usage:
```
docker run -t testssl.sh example.com
docker run --user=nobody -t testssl.sh example.com
```
Or pull image from docker hub, then run:
```
docker run -t drwetter/testssl.sh example.com
docker run --user=nobody -t drwetter/testssl.sh example.com
```
This is a experimental version with Debian Linux. Don\'t rely on it!