awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
kpcyrd avatar

kpcyrd/mini-docker-rust

0
View on GitHub↗
244 stars·26 forks·Dockerfile·MIT·13 views

Mini Docker Rust

Very small rust docker image

Features

  • Deployment Infrastructure - Example project for creating minimal Rust Docker images.
  • Deployment Tools - Example configuration for creating minimal Rust Docker images.

Star history

Star history chart for kpcyrd/mini-docker-rustStar history chart for kpcyrd/mini-docker-rust

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does kpcyrd/mini-docker-rust do?

Very small rust docker image

What are the main features of kpcyrd/mini-docker-rust?

The main features of kpcyrd/mini-docker-rust are: Deployment Infrastructure, Deployment Tools.

What are some open-source alternatives to kpcyrd/mini-docker-rust?

Open-source alternatives to kpcyrd/mini-docker-rust include: liuchong/docker-rustup — Automated builded images for rust-lang with rustup, "the ultimate way to install RUST". moghtech/komodo — Komodo is a remote server orchestrator and container deployment platform. It provides a centralized interface for… emk/heroku-buildpack-rust — A buildpack for Rust applications on Heroku, with full support for Rustup, cargo and build caching. emk/rust-musl-builder — Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C… lukemathwalker/cargo-chef — cargo-chef is a Rust build cache tool and CI pipeline accelerator designed to reduce compilation times by decoupling… release-plz/release-plz — Publish Rust crates from CI with a Release PR.

Open-source alternatives to Mini Docker Rust

Similar open-source projects, ranked by how many features they share with Mini Docker Rust.
  • emk/rust-musl-builderemk avatar

    emk/rust-musl-builder

    1,590View on GitHub↗

    Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C libraries. Supports openssl and diesel crates.

    Dockerfile
    View on GitHub↗1,590
  • liuchong/docker-rustupliuchong avatar

    liuchong/docker-rustup

    90View on GitHub↗

    Automated builded images for rust-lang with rustup, "the ultimate way to install RUST"

    Dockerfiledockerdockerfilemusl
    View on GitHub↗90
  • emk/heroku-buildpack-rustemk avatar

    emk/heroku-buildpack-rust

    523View on GitHub↗

    A buildpack for Rust applications on Heroku, with full support for Rustup, cargo and build caching.

    Shell
    View on GitHub↗523
  • lukemathwalker/cargo-chefLukeMathWalker avatar

    LukeMathWalker/cargo-chef

    2,503View on GitHub↗

    cargo-chef is a Rust build cache tool and CI pipeline accelerator designed to reduce compilation times by decoupling library compilation from application source code. It functions as a dependency recipe generator that extracts a project's dependency list into a recipe for pre-compilation without requiring the full source tree. The project optimizes Docker image builds by structuring container layers to store pre-computed build artifacts. This prevents full recompilation of dependencies when only application source code changes, ensuring that dependency updates only trigger necessary rebuilds.

    Rustcargocidocker
    View on GitHub↗2,503
See all 30 alternatives to Mini Docker Rust→