You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// String representation of the container state. Can be one of \"created\", \"running\", \"paused\", \"restarting\", \"removing\", \"exited\", or \"dead\".
#[serde(rename = "Status")]
#[serde(skip_serializing_if = "Option::is_none")]
pubstatus:Option<ContainerStateStatusEnum>,
I am using bollard = "0.14.0" and podman version 4.4.2. I am starting podman with
Thanks for reporting.. There was a similar issue a while back: #238
The thread concluded that these differences are resolved with their podman compat layer.. can you check if that works for you? Would be good to put the solution down in the README somewhere.
I thought I'm using the compat API when I point bollard to the podman.sock. I don't really see what else I could be using, since bollard knows nothing about the libpod versions.
It looks like there is one additional state possible in
bollard/src/container.rs
Line 76 in a12c6b2
bollard/codegen/swagger/src/models.rs
Lines 667 to 670 in a12c6b2
I am using bollard = "0.14.0" and podman version 4.4.2. I am starting podman with
The text was updated successfully, but these errors were encountered: