containerize #20

Merged
calm-steam merged 4 commits from :containerize into master 2025-03-05 16:16:04 +01:00
Showing only changes of commit 0b622ce3ea - Show all commits

View File

@ -87,6 +87,13 @@ Podman
```bash
./manage.py runserver
```
-------------
To live sync host directory with container folder, in Step 3:
```bash
podman run --network=host -itv /host/src/path:/usr/src/GameServerSupervisor supervisor-image sh
```
`/host/src/path` is the absolute path to the repository in the host machine.
## Usage