diff --git a/README.md b/README.md index 6d8fff6..52857f1 100644 --- a/README.md +++ b/README.md @@ -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 [](https://travis-ci.org/kpcyrd/mini-docker-rust) + ### Embedded [Rust Embedded](http://www.rust-embedded.org)