Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 328 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 328 Bytes

Dockerized OpenSSL tool

Actual version of OpenSSL

Pull and run

docker run -it --rm spender0/openssl help

Build and run

git clone https://github.com/spender0/docker-openssl.git

cd docker-openssl

docker build -t openssl:local --build-arg VERSION=1.1.1 .

docker run -it --rm openssl:local help