From 98ab49c1b2e3de2eae1a35f3dd91d92bdc66fd2f Mon Sep 17 00:00:00 2001 From: Domagoj Date: Tue, 29 Jul 2025 19:02:08 +0200 Subject: [PATCH] Update documentation for podman usage --- docs/podman.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/podman.md b/docs/podman.md index 9cd6a2777a3..87c3d7d973c 100644 --- a/docs/podman.md +++ b/docs/podman.md @@ -1,6 +1,11 @@ -# Using with Podman +# Using Podman -1. `podman build -t pokerogue:1.0 -f Dockerfile .` -2. `podman run --rm -p 8000:8000 localhost/pokerogue:1.0` +## Requirements + +* `podman >=5.x` + +## Steps + +1. `podman build -t pokerogue -f Dockerfile .` +2. `podman run --rm -p 8000:8000 localhost/pokerogue` 3. Visit `http://localhost:8000/` -