https://github.com/frantjc/odasrv-oci
https://github.com/frantjc/odasrv-oci
container odamex odasrv
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frantjc/odasrv-oci
- Owner: frantjc
- Created: 2024-03-22T01:34:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-05T05:34:03.000Z (10 months ago)
- Last Synced: 2025-09-05T07:22:40.823Z (10 months ago)
- Topics: container, odamex, odasrv
- Language: Dockerfile
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# odasrv-oci
Builds a container image to run [Odamex](https://github.com/odamex/odamex)'s `odasrv` for a great Doom 2 multiplayer dedicated server.
## use
See [Kubernetes example](k8s.yaml).
Docker example:
```sh
docker run --rm -it \
--publish 10666:10666/udp \
--volume `pwd`/odasrv.cfg:/usr/local/etc/odamex/odasrv.cfg \
--volume `pwd`/wads:/usr/local/games/wads \
ghcr.io/frantjc/odasrv:stable \
-config /usr/local/etc/odamex/odasrv.cfg \
-waddir /usr/local/games/wads \
-iwad mywad.wad
```