Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (14 loc) · 780 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 780 Bytes

This repo has been archived. Follow up repo at https://github.com/alpine-docker/multi-arch-libs/tree/master/httpie

docker-openssl-alpine

A useful simple openssl container running in alpine Linux

DockerHub Badge

Github Repo

https://github.com/alpine-docker/openssl

travis CI build logs

https://travis-ci.org/alpine-docker/openssl

Docker image tags

https://hub.docker.com/r/alpine/openssl/tags/

usage

docker run -ti --rm -v $(pwd):/apps -w /apps alpine/openssl <openssl_command>

Optional usage 1:

alias openssl="docker run -ti --rm -v $(pwd):/apps -w /apps alpine/openssl"