Add mini-docker-rust

pull/283/head
kpcyrd 7 years ago committed by GitHub
parent 0cb904977e
commit 0e6b7b161e

@ -10,6 +10,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
- [Development Tools](#development-tools)
- [Build system](#build-system)
- [Debugging](#debugging)
- [Deployment](#deployment)
- [Embedded](#embedded)
- [FFI](#ffi)
- [IDEs](#ides)
@ -195,6 +196,10 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization
* rr
* [rr](http://rr-project.org/) — rr is a lightweight tool for recording and replaying execution of applications
### Deployment
* Docker
* [mini-docker-rust](https://github.com/kpcyrd/mini-docker-rust) — An example project for very small rust docker images [<img src="https://travis-ci.org/kpcyrd/mini-docker-rust.svg?branch=master">](https://travis-ci.org/kpcyrd/mini-docker-rust)
### Embedded
[Rust Embedded](http://www.rust-embedded.org)

Loading…
Cancel
Save