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

https://github.com/guangie88/rust-docker

Dockerfile setup to get Rust with fmt and clippy
https://github.com/guangie88/rust-docker

clippy docker rust rustfmt

Last synced: about 2 months ago
JSON representation

Dockerfile setup to get Rust with fmt and clippy

Awesome Lists containing this project

README

          

# `rust-docker`

Dockerfile setup to get Rust with fmt and clippy on latest Stable releases. This
set-up builds and pushes to Docker Hub on a regular basis.

## How to use

Simply run

```bash
docker run --rm -it guangie88/rust
```

and you should be able to go into `bash` shell within the Docker container.