no such container (podman) #797
-
We are migrating from docker to podman however i am getting this issue when trying to run a test using test container. I can see the ryuk image but it will not run the container. Has anyone else had this issue. Any help would be great OS: Mac 2021 (M1)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
As far as I know, Podman is not 100% compatible with the Moby API. You may have encountered this issue or a similar one: testcontainers/testcontainers-java#5275. Please be aware that there are known issues and limitations when using Podman with the Java implementation. I also assume that .NET may encounter similar issues due to inconsistencies in the Podman API. |
Beta Was this translation helpful? Give feedback.
As far as I know, Podman is not 100% compatible with the Moby API. You may have encountered this issue or a similar one: testcontainers/testcontainers-java#5275. Please be aware that there are known issues and limitations when using Podman with the Java implementation. I also assume that .NET may encounter similar issues due to inconsistencies in the Podman API.