From 72efdeba261daa93d96338b1bcecdf53b206ee2b Mon Sep 17 00:00:00 2001
From: Davide D'Alto <davide@hibernate.org>
Date: Fri, 29 Nov 2024 17:41:18 +0100
Subject: [PATCH] [#1895] Add how to start podman service in podman.md

---
 podman.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

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/