docker-rust-openssl

What is rust ?

Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. More information on rust-lang.org and GitHub.

About this image

These images contain the openssl library to use with openssl crate.

The joxit/rust-openssl:latest tag will always point the latest stable release.

Get the docker image

You can get the image in three ways

From sources with this command :

git clone https://github.com/Joxit/docker-rust-openssl.git
docker build -t joxit/rust-openssl docker-rust-openssl/latest

Or build with the url :

docker build -t joxit/rust-openssl github.com/Joxit/docker-rust-openssl#master:latest

Or pull the image from docker hub :

docker pull joxit/rust-openssl:latest