cosmin/stendhal-server-docker
1
0
Fork
You've already forked stendhal-server-docker
0
A Docker distribution of the Stendhal game server
  • Dockerfile 100%
2023年12月28日 20:47:14 +02:00
.gitignore Create project 2022年07月24日 20:28:03 +03:00
COPYING Create project 2022年07月24日 20:28:03 +03:00
Dockerfile Update to 1.45 2023年12月28日 20:47:14 +02:00
README.org Update to 1.45 2023年12月28日 20:47:14 +02:00
runserver_exec.patch Update to 1.45 2023年12月28日 20:47:14 +02:00
server.ini Update to 1.45 2023年12月28日 20:47:14 +02:00

Stendhal Server Docker Image

This is a Docker distribution of the Stendhal Game server.

License

This project is licensed under the GPLv3+.

Building

To build the Docker image:

docker build -t cosminul/stendhal-server:1.45 .

Running

To run a container:

docker run --name stendhal -p 32160:32160 cosminul/stendhal-server:1.45