Update README

This commit is contained in:
Narbeh Arakil 2021-01-06 12:33:19 +03:30
parent f8a58df60c
commit 05bd3d5371

View File

@ -284,6 +284,14 @@ SSLChecker.show_result(SSLChecker.get_args(json_args=args))
# Docker
##### From the Docker Hub
```
$ docker run -it --rm narbehaj/ssl-checker -H twitter.com
```
##### Build your own Dockerfile
If you want to run this script via docker, simply do create your image and run once:
```