Skip to content
Discussion options

You must be logged in to vote

Let me clarify two things here:

1/ Test containers does not run ryuk container in privileged mode by default. That is the reason it didn't work for you in the first place. Seems like there is a particular issue with Fedora: testcontainers/testcontainers-java#4014. I personally would qualify this as a non-issue as it doesn't impact most people and if it does there are multiple workarounds.

2/ There is actually two safeguards for stopping and deleting the dev service container. The first one is on the Quarkus end: we close and delete the container on the application exit. Second one is on the test containers end, with or without ryuk, it registers a runtime hook for cleaning up the containe…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
8 replies
@ppatierno
Comment options

@ppatierno
Comment options

@ppatierno
Comment options

@cescoffier
Comment options

@ppatierno
Comment options

Comment options

You must be logged in to vote
1 reply
@ppatierno
Comment options

Answer selected by ozangunalp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants