Chapter 4. Container Image

The Rust Toolset is available as a docker-formatted container image which can be downloaded from Red Hat Container Registry.

4.1. Image Contents

The devtools/rust-toolset-7-rhel7 image provides content corresponding to the following packages:

ComponentVersionPackage

Rust

1.25.0

rust-toolset-7-rust

Cargo

0.26.0

rust-toolset-7-cargo

Vendor plugin for Cargo

0.1.13

rust-toolset-7-cargo-vendor

4.2. Access to the Image

To pull the devtools/rust-toolset-7-rhel7 image, run the following command as root:

# docker pull registry.access.redhat.com/devtools/rust-toolset-7-rhel7

4.3. Additional Resources