Skip to content

Commit 84c1cdc

Browse files
authored
Clarify GHCR
1 parent 56908d3 commit 84c1cdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@ docker run -t mytestssl --help
3232
docker run --rm -t mytestssl -p --header example.com
3333
```
3434

35-
### From dockerhub or ghcr
35+
### From dockerhub or GHCR
3636

3737
You can pull the image from dockerhub or ghcr and e.g run:
3838

3939
```
4040
docker run --rm -t drwetter/testssl.sh:3.0 --protocols --server-preference example.com
4141
```
4242

43-
respectively.
43+
respectively
4444

4545
```
4646
docker run --rm -it ghcr.io/testssl/testssl.sh:3.0 --protocols --server-preference example.com
4747
```
4848

4949
As of now other tags supported are: ``latest`` or ``3.2``.. They are the same, i.e. the stable version. ``3.0`` is the old stable version.
5050

51-
``docker run --rm -t drwetter/testssl.sh:3.0 example.com``.
51+
``docker run --rm -t drwetter/testssl.sh:3.0 example.com`` or, for GHCR: ``docker run --rm -t ghcr.io/testssl/testssl.sh:3.0 example.com``.
5252

5353
Keep in mind that any output file (--log, --html, --json etc.) will be created in the container. If you wish to have this created in a local directory on your host you can mount a volume into the container and change the output prefix where the container user has write access to, e.g.:
5454

0 commit comments

Comments
 (0)