Update Dockerfile.md

This commit is contained in:
Dirk Wetter 2019-04-24 19:52:53 +00:00 committed by GitHub
parent edcdcc43e9
commit 70dab2edc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 8 deletions

View File

@ -11,18 +11,14 @@ You can also supply command line options like:
``docker run -t mytestssl -p --header example.com``
Please keep in mind that any output file (--log, --html, --json etc.) will be created
in the container.
in the container. Also if you don't provide a user, this docker container uses a non-root user.
You can also pull the image from docker hub, then run:
You can also pull the image from dockerhub and run:
```
docker run -t drwetter/testssl.sh --pfs example.com
```
Also if you don't provide a user, this docker container uses
a non-root user.
Tags supported are currently: ``latest``, ``stable`` which are all the same and point to ``3.0``. And for the indomitable users who prefer to run old stuff ``2.9.5``. The tag ``2.9dev`` should not be used.
This is an experimental version with Alpine Linux. Don\'t rely on it!
Besides the "latest" branch supported tags are currently "2.9dev" (equal to "latest"), and
"2.9.5" = "stable": ``docker run -t drwetter/testssl.sh:stable example.com``.
``docker run -t drwetter/testssl.sh:stable example.com``.