label:experimental

This commit is contained in:
Dirk 2017-11-19 16:48:05 +01:00
parent fb3aa6ad7f
commit 5854607d60
1 changed files with 8 additions and 2 deletions

View File

@ -3,7 +3,13 @@
docker run -t testssl.sh example.com
```
Ability to pull image from docker hub:
Or pull image from docker hub, then run:
```
docker run -t dr4y/testssl.sh example.com
docker run -t drwetter/testssl.sh example.com
```
This is a experimental version with Debian Linux. Don\'t rely on it!
Things will break.
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``.