Sign inSign up

corysanin/clone-hero-server

By corysanin

Updated over 3 years ago

Host a standalone Clone Hero server in Docker

Image
1

10K+

corysanin/clone-hero-server repository overview

clone-hero-server 🎸 🥁 🐳

Docker image for Clone Hero dedicated server software. Dockerfile available on GitLab.

$ docker run --rm -p 14242:14242/udp corysanin/clone-hero-server:latest

The Docker image exposes port 14242 for network communication by default. This can be configured in settings.ini

settings.ini is stored in /usr/src/config. So if you want to modify it, create a config directory and use:

$ docker run --rm -p 14242:14242/udp -v $(pwd)/config:/usr/src/config corysanin/clone-hero-server:latest

Tag summary

Content type

Image

Digest

sha256:97942ec86

Size

44.8 MB

Last updated

over 3 years ago

docker pull corysanin/clone-hero-server