mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-06 23:49:26 +02:00
Update documentation for podman usage
This commit is contained in:
parent
12f408dc0a
commit
98ab49c1b2
@ -1,6 +1,11 @@
|
|||||||
# Using with Podman
|
# Using Podman
|
||||||
|
|
||||||
1. `podman build -t pokerogue:1.0 -f Dockerfile .`
|
## Requirements
|
||||||
2. `podman run --rm -p 8000:8000 localhost/pokerogue:1.0`
|
|
||||||
|
* `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/`
|
3. Visit `http://localhost:8000/`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user