Popularity
4.0
Stable
Activity
5.1
Stable
224
6
22
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.
-
docker-rustup
Automated builded images for rust-lang with rustup, "the ultimate way to install RUST"
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

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).