Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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