Replies: 1 comment 4 replies
-
You can mount the docker binary and the docker socket into the container, if your host is a Linux and runs on the x84. Edit: this is not secure |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using a docker container to run all tests and push the image with jib on Jenkins. I also would like to test the final image with
@QuarkusIntegrationTest
but it does not work as the docker image I'm using doesn't have docker installed.How do you run docker
@QuarkusIntegrationTest
? Do you install the required java version on CI? Or do you install docker in the docker image running the tests? Any alternatives?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions