Popularity
4.2
Growing
Activity
5.1
Stable
243
5
25
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"
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
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).