Popularity
3.9
Growing
Activity
5.1
-
200
6
22

Programming language: Dockerfile
License: MIT License
Tags: Development Tools     Deployment     Docker    

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.

Do you think we are missing an alternative of mini-docker-rust or a related project?

Add another 'Docker' Package

README

mini-docker-rust travis

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