Host a standalone Clone Hero server in Docker
10K+
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
Content type
Image
Digest
sha256:97942ec86…
Size
44.8 MB
Last updated
over 3 years ago
docker pull corysanin/clone-hero-server