contain-rs 0.1.2

Run containers with podman (or docker)
Documentation

example workflow

contain-rs

A tool to use podman containers with rust.

Docker is planned, as well. I just happened to start with podman since I tend to like a lot.

TODO

  • improve error types
  • improve error reporting
  • handle std error for child processes
  • implement exposed ports
  • check status before running commands
  • extract comman parts into shared module
  • implement healthcheck wait strategy
  • create image macro, to create new images from structs easily
  • care for stderr
  • add docker implementation
  • add a few images