mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 08:57:04 +00:00
Fix README layout
This commit is contained in:
parent
7bead9dd19
commit
76f8e9e327
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue