Add minimal doc for GHCR

This commit is contained in:
Dirk Wetter
2025-04-06 18:27:37 +02:00
parent be9a85c1f7
commit ac0419eaad
2 changed files with 11 additions and 4 deletions

View File

@ -64,7 +64,14 @@ Testssl.sh has minimal requirements. As stated you don't have to install or buil
docker run --rm -ti drwetter/testssl.sh <your_cmd_line>
```
or from GHCR (GitHub Container Registry which supports more platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le):
```
docker run --rm -it ghcr.io/testssl/testssl.sh <your_cmd_line>
```
Or if you have cloned this repo you also can just ``cd`` to the INSTALLDIR and run
```
docker build . -t imagefoo && docker run --rm -t imagefoo example.com
```