Jhipster 8.5.0: Use podman instead of Docker with Testcontainers #26374
Replies: 2 comments 1 reply
-
|
You want to use podman instead of docker with testcontainers or would like to replace testcontainers? |
Beta Was this translation helpful? Give feedback.
-
|
Yes. Testcontainers can use Podman as a Docker-compatible runtime. Basic setup (Linux) systemctl --user enable --now podman.socket
export DOCKER_HOST=unix://${XDG_RUNTIME_DIR}/podman/podman.sock
export TESTCONTAINERS_RYUK_DISABLED=trueThen run: ./mvnw testOptional config ( docker.host=unix:///run/user/1000/podman/podman.sock
ryuk.container.privileged=falseSummary |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to use podman instead of Testcontainers while running my tests. Is it possible to do that ? If yes, how to configure it ?
Regards
Beta Was this translation helpful? Give feedback.
All reactions