Skip to content

Commit 0668299

Browse files
authored
GHCR clearer
1 parent f7f35fe commit 0668299

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Dockerfile.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,15 @@ docker run -t mytestssl --help
2828
docker run --rm -t mytestssl -p --header example.com
2929
```
3030

31-
### From dockerhub or ghcr
31+
### From dockerhub or GHCR
3232

3333
You can pull the image from dockerhub or ghcr.io and run:
3434

35-
```
36-
docker run --rm -t drwetter/testssl.sh --fs example.com / docker run --rm -t ghcr.io/testssl/testssl.sh --fs example.com
37-
```
35+
``docker run --rm -t drwetter/testssl.sh --fs example.com`` or ``docker run --rm -t ghcr.io/testssl/testssl.sh --fs example.com``
3836

39-
Supported tags are: ``3.2`` and ``latest``, which are the same. ``3.0`` is the old stable version from git which will be soon retired.
37+
Supported tags are: ``3.2`` and ``latest``, which are the same. ``3.0`` is the old stable version which will be retired soon.
4038

41-
``docker run --rm -t drwetter/testssl.sh:stable example.com``.
39+
``docker run --rm -t drwetter/testssl.sh:stable example.com`` or ``docker run --rm -t ghcr.io/testssl/testssl.sh:stable example.com``
4240

4341
Keep in mind that any output file (--log, --html, --json etc.) will be created within 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.:
4442

0 commit comments

Comments
 (0)