We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On some CI environments, the cleanup is done automatically, but Ryuk's /var/run/docker.sock makes it hard to use it (e.g. BitBucket)
/var/run/docker.sock
We should add an environment variable (e.g. TESTCONTAINERS_RYUK_ENABLED: false) to skip Ryuk and delegate the cleanup to the environment.
TESTCONTAINERS_RYUK_ENABLED: false
The text was updated successfully, but these errors were encountered:
bsideup
No branches or pull requests
On some CI environments, the cleanup is done automatically, but Ryuk's
/var/run/docker.sock
makes it hard to use it (e.g. BitBucket)We should add an environment variable (e.g.
TESTCONTAINERS_RYUK_ENABLED: false
) to skip Ryuk and delegate the cleanup to the environment.The text was updated successfully, but these errors were encountered: