https://github.com/mrdaemon/avorion-container
https://github.com/mrdaemon/avorion-container
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrdaemon/avorion-container
- Owner: mrdaemon
- Created: 2025-07-06T01:54:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-06T02:12:48.000Z (11 months ago)
- Last Synced: 2025-07-06T02:44:33.817Z (11 months ago)
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Avorion Dedicated Server Container Image
========================================
This Dockerfile builds a container image for running an Avorion dedicated server.
It is shitty and you should probably not use it.
I am making it public with deep shame.
Ways in which it is shitty
---------------------------
- Embeds steamcmd with no cache bursting for the actual install part.
Can only be updated by clearing cache and rebuilding.
- Runtime UID/GIDs are baked in the image and can only be changed by rebuilding
- No multi stage build, so the resultant image has a ton of unecessary cruft
- Does not actually setups the 'backups' directory in the data volume
Ways in which it's alright
----------------------------
- Single volume at /data for all data
- ~~Simply wraps `server.sh` as entrypoint~~
Quickstart
----------
- Step 1: don't