testssl.sh/Dockerfile.md

16 lines
410 B
Docker
Raw Normal View History

## Usage:
```
docker run -t testssl.sh example.com
```
2017-11-19 16:48:05 +01:00
Or pull image from docker hub, then run:
```
2017-11-19 16:48:05 +01:00
docker run -t drwetter/testssl.sh example.com
```
2017-11-19 16:48:05 +01:00
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``.