Popularity
3.8
Growing
Activity
0.0
-
176
6
20
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"
Collect and Analyze Billions of Data Points in Real Time
Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
Promo
www.influxdata.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).