Skip to content

Commit 608d865

Browse files
committed
Add a section about containers
1 parent 2253a75 commit 608d865

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,16 @@ heuristic-based anti-virus software because malware often uses UPX.
314314
- [`cargo-bloat`](https://github.com/RazrFalcon/cargo-bloat) - Find out what takes most of the
315315
space in your executable.
316316

317+
# Containers
318+
319+
Sometimes it's advantageous to deploy Rust into containers
320+
(e.g. [Docker](https://www.docker.com/)). There are several great existing resources to help
321+
create minimum sized Docker containers that run Rust binaries.
322+
323+
- [mini-docker-rust](https://github.com/kpcyrd/mini-docker-rust)
324+
- [rust-musl-builder](https://github.com/emk/rust-musl-builder)
325+
- [muslrust](https://github.com/clux/muslrust)
326+
317327
# References
318328

319329
- [Why is a Rust executable large? - 2016][why-rust-binary-large]

0 commit comments

Comments
 (0)