https://github.com/sitkevij/rust-linux-dev
🦀 rust development on linux docker
https://github.com/sitkevij/rust-linux-dev
developer-tools docker-image dockerfile linux rust
Last synced: about 2 months ago
JSON representation
🦀 rust development on linux docker
- Host: GitHub
- URL: https://github.com/sitkevij/rust-linux-dev
- Owner: sitkevij
- License: mit
- Created: 2020-11-11T16:26:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-12T21:59:01.000Z (over 5 years ago)
- Last Synced: 2025-03-02T13:38:17.631Z (over 1 year ago)
- Topics: developer-tools, docker-image, dockerfile, linux, rust
- Language: Makefile
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/sitkevij/rust-linux-dev/actions)
# rust-linux-dev
Some rust development tools are only available on linux. This linux docker image can be used to run rust dev tools.
## build
```
git clone https://github.com/sitkevij/rust-linux-dev.git && cd rust-linux-dev && make build
```
## run
runs the docker image interactively:
```
make runit
```
which executes:
```
docker run -it --volume "${PWD}:/volume" sitkevij/rust-linux-dev /bin/bash
```