diff --git a/podman.md b/podman.md index 1787c0982..d6ad8b4a1 100644 --- a/podman.md +++ b/podman.md @@ -24,6 +24,17 @@ sudo docker run --rm --name HibernateTestingPGSQL postgres:14.0 ``` --- +Testcontainers will work with Podman after starting the Podman service. +In Fedora, you can enable the service using: +``` +systemctl --user enable --now podman.socket +``` + +This will check the service status: +``` +systemctl --user status podman.socket +``` + [podman]:https://podman.io/ [docker]:https://www.docker.com/