Provide a full environment to run Cargo / Rust commands
1.6K
This image inherits from the Debian one's and was originally derived from the Jimmy Cuadra's image (https://hub.docker.com/r/jimmycuadra/rust/). The main difference is that the rust version is not linked to the rust image version and allow an update with rustup each time the container is started.
To run the image, from the directory hosting your rust project :
docker run -it --rm -v $(pwd):/source rguillom/rust
See https://github.com/rguillome/docker-rust/ for more details
Content type
Image
Digest
Size
239.9 MB
Last updated
over 9 years ago
docker pull rguillom/rust