Jorge Matos
Jorge Matos
This seems related with issue https://github.com/wangkanai/Detection/issues/499
Any news regarding this?
I wish I could say I only wasted one hour on this. Even 2.9.22 I have the same error. Maybe because I'm using the ARM version
With the ProviderType like this: ```golang req := testcontainers.ContainerRequest{ Image: "postgres:12", Env: map[string]string{ "POSTGRES_USER": dbUser, "POSTGRES_PASSWORD": dbPassword, "POSTGRES_DB": dbName, }, ExposedPorts: []string{"5432/tcp"}, Cmd: []string{"postgres", "-c", "fsync=off"}, WaitingFor: wait.ForLog("database system is...
I'll keep investigating when I have time and share my findings here. Regarding the second point, that is acceptable for us, we're already setting DOCKER_HOST on our CI, and locally...
I have the same issue. Any updates regarding this?
Any news about this topic?