Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T16:31:34.000Z (26 days ago)
- Last Synced: 2025-01-12T04:34:03.945Z (24 days ago)
- Topics: archlinux, docker, rust
- Language: Shell
- Homepage: https://hub.docker.com/r/rnestler/archlinux-rust
- Size: 43.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
[![Docker Pulls](https://img.shields.io/docker/pulls/rnestler/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