Skip to content

Commit

Permalink
[hibernate#1895] Add how to start podman service in podman.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Dec 2, 2024
1 parent 55d3c9a commit 2b469d1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 2b469d1

Please sign in to comment.