mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-22 09:27:04 +00:00
7 lines
121 B
Bash
Executable file
7 lines
121 B
Bash
Executable file
#!/bin/bash
|
|
|
|
ssldump_version=1.4b
|
|
distribution=ubuntu-xenial
|
|
|
|
docker run -it ssldump-${distribution}:${ssldump_version}
|
|
|