Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rfvgyhn/docker-corekeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core Keeper Docker

Core Keeper dedicated server

Branch Size Version
latest Size Version

Usage

Volumes

  • /home/steam/corekeeper/data mount 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)

Docker Images

The latest tag will follow the latest Core Keeper server release.

You can specify a specific version using the available tags

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages