This repo has been archived. Follow up repo at https://github.com/alpine-docker/multi-arch-libs/tree/master/httpie
A useful simple openssl container running in alpine Linux
https://github.com/alpine-docker/openssl
https://travis-ci.org/alpine-docker/openssl
https://hub.docker.com/r/alpine/openssl/tags/
docker run -ti --rm -v $(pwd):/apps -w /apps alpine/openssl <openssl_command>
alias openssl="docker run -ti --rm -v $(pwd):/apps -w /apps alpine/openssl"