From 0e6b7b161e312827d2b1e7381f3b7d82d7d85262 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Sat, 29 Apr 2017 04:23:04 +0200 Subject: [PATCH] Add mini-docker-rust --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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)