"Initialization has been cancelled" starting container #1080
Answered
by
HofmeisterAn
paulomorgado
asked this question in
Q&A
-
I'm running into this:
How do I increase the start timeout? There doesn't seem to be a way to do that when invoking |
Beta Was this translation helpful? Give feedback.
Answered by
HofmeisterAn
Dec 28, 2023
Replies: 1 comment 8 replies
-
This usually indicates a misconfiguration. Which container runtime are you using? Are you running DinD? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will not resolve your issue. The container starts, but Testcontainers cannot establish or maintain a connection to it.
This was solely for testing purposes.
As I suspected, you are not using a "simple" container runtime configuration on your test host. Testcontainers tries to establish a connection to the Ryuk container and fails. This is likely due to the remote host configuration. Does your host (
linux.runner.git.intra.vision-box.com
) allow incoming connections? Starting Ryuk exposes the co…