Skip to content

Commit 61351e8

Browse files
committed
[hibernate#1895] Add how to start podman service in podman.md
1 parent d2782b9 commit 61351e8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

podman.md

+11
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ sudo docker run --rm --name HibernateTestingPGSQL postgres:14.0
2424
```
2525
---
2626

27+
Testcontainers will work with Podman after starting the Podman service.
28+
In Fedora, you can enable the service using:
29+
```
30+
systemctl --user enable --now podman.socket
31+
```
32+
33+
This will check the service status:
34+
```
35+
systemctl --user status podman.socket
36+
```
37+
2738
[podman]:https://podman.io/
2839
[docker]:https://www.docker.com/
2940

0 commit comments

Comments
 (0)