https://github.com/rnestler/docker-archlinux-rust
A Docker image based on archlinux with the rust tool-chain installed.
https://github.com/rnestler/docker-archlinux-rust
archlinux docker rust
Last synced: 3 months ago
JSON representation
A Docker image based on archlinux with the rust tool-chain installed.
- Host: GitHub
- URL: https://github.com/rnestler/docker-archlinux-rust
- Owner: rnestler
- License: bsd-3-clause
- Created: 2020-05-20T14:45:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T13:47:40.000Z (about 1 year ago)
- Last Synced: 2025-03-06T06:12:53.717Z (about 1 year ago)
- Topics: archlinux, docker, rust
- Language: Shell
- Homepage: https://hub.docker.com/r/rnestler/archlinux-rust
- Size: 47.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-archlinux-rust
[](https://hub.docker.com/r/rnestler/archlinux-rust)
A Docker image based on archlinux with the rust tool-chain installed.
## Usage
The image has rustup installed and a version of Rust depending on the tag.
Use
```
docker pull rnestler/archlinux-rust
```
to get the latest stable Rust version.
## Tags
The image is tagged with the Rust release channel. It gets built regularly with
the following tags:
* stable
* beta
* nightly
* 1.x.y for the 3 most recent versions