Skip to content

Commit 22cc2fa

Browse files
committed
improve docker commands in readme
1 parent 1d89434 commit 22cc2fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ In order to see more details about the Guidelines, use "-reportDetail ALL".
5050
We provide prebuilt docker images for easy use of the TLS-Server-Scanner.
5151

5252
```bash
53-
$ docker run --network host ghcr.io/tls-attacker/tlsscanner -connect localhost:4433
53+
$ docker run -it --network host ghcr.io/tls-attacker/tlsscanner -connect localhost:4433
5454
```
5555

5656
The image is made to be used for server-scanning but also contains the other jar files.
5757
They can be accessed by altering the entrypoint.
5858

5959
```bash
60-
$ docker run --network host --entrypoint "java" ghcr.io/tls-attacker/tlsscanner -jar TLS-Client-Scanner.jar
60+
$ docker run -it --network host --entrypoint java ghcr.io/tls-attacker/tlsscanner -jar TLS-Client-Scanner.jar
6161
```
6262

6363
We also provide you with a Dockerfile, to build the container yourself:

0 commit comments

Comments
 (0)