#docker #dockerfile #builder #cargo #container #docker-build #youki

app cargo-stow

OCI-compatible container builder out of the box

1 unstable release

Uses new Rust 2024

new 0.0.1 Nov 24, 2025

#32 in #dockerfile

MIT license

11KB
211 lines

Containers in Rust: no more Dockerfile

  • cargo stow build: build a container
  • cargo stow push: push the built container
  • cargo 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, needs docker command)
  • 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