Skip to content

waja-archive/docker-sslyze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-SSLyze

Build Status Docker Build Status GitHub tag

Builds a docker image with the sslyze ready to run.

New official Docker image

Please use the official docker image as documented at https://github.com/nabla-c0d3/sslyze#docker!

Running

  • run the docker container with:
docker run --rm --net=host waja/sslyze -h

We don't actually require --net=host, but if we're wanting to test native performance (or use --source some-specific-host-IP) then we want direct access to the relevant connections without any overhead.

Building

make build

Get a shell in a running container

make shell