Is it possible to use Testcontainers with Podman in Java tests? As of March 2022 Testcontainers library doesn't detect an installed Podman as a valid Docker env
I am trying to test azure file upload using azurite docker image from test container below is code I am using for the same public class AzureContainer { pu