Popularity
3.6
Stable
Activity
2.7
-
155
5
18
Programming language: Dockerfile
License: MIT License
mini-docker-rust alternatives and similar packages
Based on the "Docker" category.
Alternatively, view mini-docker-rust alternatives based on common mentions on social networks and blogs.
-
rust-musl-cross
Docker images for compiling static Rust binaries using musl-cross -
docker-rustup
Automated builded images for rust-lang with rustup, "the ultimate way to install RUST"
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of mini-docker-rust or a related project?
README
mini-docker-rust 
Very small rust docker image.
This is an example project on how to build very small docker images for a rust project. The resulting image for a working hello world was about 8.1MB during my tests.
See for yourself
You don't need to install anything besides docker. Build with docker build -t mini-docker-rust .
and run with docker run mini-docker-rust
.
Annotated docker file
See [Dockerfile](Dockerfile).