Added Dockerfile.md, modified Dockerfile: pull with depth=1, default-cmd: --help

This commit is contained in:
Christian Dresen
2017-03-30 14:41:46 +02:00
parent c366f09043
commit 2211a23bf0
2 changed files with 12 additions and 1 deletions

9
Dockerfile.md Normal file
View File

@ -0,0 +1,9 @@
## Usage:
```
docker run -t testssl.sh example.com
```
Ability to pull image from docker hub:
```
docker run -t dr4y/testssl.sh example.com
```