When running dotnet test inside a gitlab cicd pipeline with the package testcontainer, containers are started but this error appears :
Error Message:
Docker.DotNet.DockerApiException : Docker API responded with status code=Conflict, response={"message":"Container 3371da42d9447805eb7d5d7ef2da7b5c8395b5c333e181d4add422205256e49a is not running"}
I'm using in my pipeline docker socket binding instead of docker dind, as the documentation use docker dind i would like to now if it should also work with docker socket binding.
docker in gitlab ci documentation
I would like to now if testcontainer as it is using gitlab runner docker, they should be mount in parallels and maybe are not accessible from inside the job container.