1 unstable release
Uses new Rust 2024
| new 0.0.1 | Nov 24, 2025 |
|---|
#32 in #dockerfile
11KB
211 lines
Containers in Rust: no more Dockerfile
cargo stow build: build a containercargo stow push: push the built containercargo stow run: run the Rust program inside a temporarily built container (TODO)cargo stow dockerfile: Generate the Dockerfile
Features:
docker: Use Docker for build and push backend (Default, needsdockercommand)youki: Use Youki for build backend, and push the artifact natively (TODO)
License
See LICENSE file. By contributing, you agree that your contributions will be licensed under the same license as in LICENSE file.
Dependencies
~4–9.5MB
~197K SLoC