A CLI tool that detects Rust project layout (Cargo.toml, src/main.rs) and generates a multi-stage Dockerfile to build and ship the app. It’s perfect for CI/CD and containerized deployment. A Rust-native Dockerfile generator, ideal for automating deployment and shipping microservices!
The tool has a professional command-line interface with comprehensive options, making it suitable for use in various development and CI/CD environments.
cargo run
cargo run -- --rust-version nightly --base-image alpine --output Dockerfile.alpine
cargo run -- --no-cache
cargo run -- --target-dir /tmp/target --quiet
cargo run -- --help