File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -314,6 +314,16 @@ heuristic-based anti-virus software because malware often uses UPX.
314
314
- [ ` cargo-bloat ` ] ( https://github.com/RazrFalcon/cargo-bloat ) - Find out what takes most of the
315
315
space in your executable.
316
316
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
+
317
327
# References
318
328
319
329
- [ Why is a Rust executable large? - 2016] [ why-rust-binary-large ]
You can’t perform that action at this time.
0 commit comments