Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frantjc/odasrv-oci
https://github.com/frantjc/odasrv-oci
container odamex odasrv
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/frantjc/odasrv-oci
- Owner: frantjc
- Created: 2024-03-22T01:34:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:58:09.000Z (3 months ago)
- Last Synced: 2024-11-08T12:36:51.720Z (2 months ago)
- Topics: container, odamex, odasrv
- Language: Dockerfile
- Homepage:
- Size: 16.6 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:10.6.0 \
-config /usr/local/etc/odamex/odasrv.cfg \
-waddir /usr/local/games/wads \
-iwad mywad.wad
```