testcontainers-go icon indicating copy to clipboard operation
testcontainers-go copied to clipboard

Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to p...

Results 308 testcontainers-go issues
Sort by recently updated
recently updated
newest added

### Testcontainers version 0.31.0 ### Using the latest Testcontainers version? Yes ### Host OS Mac OS ### Host arch ARM ### Go version 1.22 ### Docker version ```shell Client: Docker...

bug

### Problem When using the compose module and the services take a bit to start up, the ryuk container will timeout and close during the call to Up. Examples in...

feature

### Testcontainers version 0.31.0 ### Using the latest Testcontainers version? Yes ### Host OS macOS Sonoma 14.5 ### Host arch ARM ### Go version 1.22.4 ### Docker version ```shell Client:...

bug

## What does this PR do? This PR adds the configuration values `ryuk.userns` / `TESTCONTAINERS_RYUK_USER_NS`, which will cause the ryuk container to run in the host user namespace instead of...

### Proposal Add support for [Docker contexts](https://docs.docker.com/engine/context/working-with-contexts/). Currently the code below doesn't look at contexts: https://github.com/testcontainers/testcontainers-go/blob/e22f2faa2e1accc96b2a00662005fcc17016497d/internal/core/docker_host.go#L99-L124 I'm running Rancher Desktop and the Docker unix socket does not exist at the...

enhancement

### Testcontainers version 0.31.0 ### Using the latest Testcontainers version? Yes ### Host OS N/A ### Host arch N/A ### Go version N/A ### Docker version ```shell N/A ``` ###...

bug

### Discussed in https://github.com/testcontainers/testcontainers-go/discussions/2123 Originally posted by **oktalz** January 17, 2024 Hi. new API for network does not allow custom name for network, if running multiple tests, its hard to...

enhancement

Not a blocker, but I notice the use of "please" and future tense; - Using "please" is generally discouraged; see here for some more on that https://github.com/docker/cli/pull/5040#issuecomment-2113053344 - In tech...

documentation

### Proposal **Motivation** When a sidecar service, such as a cron job or processor, operates in conjunction with a database, we would like the ability to attach both the service...

enhancement

### Proposal TLDR: Could we add Up option(s) to allow the cli.StartOption.Attach and AttachTo to be set. > Ref Version v0.31.0 The current implementation of "github.com/testcontainers/testcontainers-go/modules/compose" does not provide a...

compose
enhancement