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

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

Awesome Lists containing this project

README

          

[![Actions Status](https://github.com/sitkevij/rust-linux-dev/workflows/ci/badge.svg)](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
```