Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egonny/rust-docker
A Rust Docker image including Clippy and rustfmt
https://github.com/egonny/rust-docker
Last synced: 1 day ago
JSON representation
A Rust Docker image including Clippy and rustfmt
- Host: GitHub
- URL: https://github.com/egonny/rust-docker
- Owner: egonny
- License: mit
- Created: 2022-03-02T10:34:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T10:24:37.000Z (about 2 years ago)
- Last Synced: 2023-12-02T10:32:53.964Z (about 1 year ago)
- Language: Dockerfile
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Docker image
A Docker image based on [the official Rust image](https://hub.docker.com/_/rust), with some additional features.
## Usage
The most recent version can be pulled using```
docker pull ghcr.io/egonny/rust:latest
```Please refer to [the container registry page](https://github.com/egonny/rust-docker/pkgs/container/rust) to see all available versions.
## Features
- [Clippy](https://github.com/rust-lang/rust-clippy)
- [rustfmt](https://github.com/rust-lang/rustfmt)
- Toolchain for cross compilation: `x86_64-pc-windows-gnu`