From 76f8e9e327f8bc8dab4c1e401d8e763745f43e52 Mon Sep 17 00:00:00 2001 From: William Robinet Date: Mon, 14 Aug 2023 17:12:20 +0200 Subject: [PATCH] Fix README layout --- docker/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 2e78a0f..62e72af 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,6 +1,6 @@ # Docker instructions -*Note:* Dockerfiles are only provided for Debian-like distributions so far. +*Note: Dockerfiles are only provided for Debian-like distributions so far.* ## Configure image building: @@ -10,11 +10,13 @@ Uncomment the distribution reference you want to use, in top section in ## Build the image: `cd debian-distros` + `./docker_build.sh` ## Run the container, and start ssldump inside the container: `./docker_run.sh` + `(in container) sudo ssldump -n -i eth0 -j -AH` ## Mirror traffic to container