Core Keeper dedicated server
| Branch | Size | Version |
|---|---|---|
| latest |
/home/steam/corekeeper/datamount for save game data and config
docker run -d \
--name corekeeper \
-v $(pwd)/data:/home/steam/corekeeper/data \
-v /etc/timezone:/etc/timezone:ro \
-v /etc/localtime:/etc/localtime:ro \
-p 27015/udp \
ghcr.io/rfvgyhn/corekeeper
Note that the container runs as non-root user 1000:1000. Make sure your mounted volume(s) have the correct permissions. (When running Docker in rootless mode, the user is remapped to a different id, usually 100999:100999)
The latest tag will follow the latest Core Keeper server release.
You can specify a specific version using the available tags