Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Document nightly-slim #7

Merged
merged 1 commit into from
May 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Find it on the [Docker Hub](https://hub.docker.com/r/rustlang/rust/).

For typical use cases, see the [official image](https://hub.docker.com/_/rust/).

This image has a single tag, `nightly`, which is updated every day to match the
current Rust nightly. It is configured identically to that of the `latest` tag
of the official image, except that the nightly toolchain is selected via rustup.
This image has two tags, `nightly` and `nightly-slim`, which are updated every
day to match the current Rust nightly. The `nightly` tag is configured
identically to that of the `latest` tag of the official image, except that the
nightly toolchain is selected via rustup. The `nightly-slim` tag is configured
identically to that of the `slim` tag of the official image, except that the
nightly toolchain is selected via rustup.