Podman
Client for interfacing with podman.
To enable using podman as the container interface, specify the following section
in the teststack.toml
[client]
name = "podman"
There is an extra provided to install the podman dependency.
python3 -m pip install teststack[podman]