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
- Host: GitHub
- URL: https://github.com/guangie88/rust-docker
- Owner: guangie88
- License: mit
- Created: 2018-09-24T02:01:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T02:40:45.000Z (over 7 years ago)
- Last Synced: 2025-02-28T20:26:31.909Z (over 1 year ago)
- Topics: clippy, docker, rust, rustfmt
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.