Go to file
Marcel Otte f92e396aa3 Engine v1.0.0 update 2016-03-27 16:58:01 +02:00
Dockerfile fewer steps, smaller image (removing zip after unzip) 2016-01-10 12:45:21 +01:00
README.md Engine v1.0.0 update 2016-03-27 16:58:01 +02:00
docker-compose.yml updated dockerfile and docker-compose to latest 2016-01-09 19:19:15 +01:00

README.md

docker-terasology

check out and build with docker build .

or use the image on dockerhub: https://registry.hub.docker.com/u/qwick/terasology/

Latest changes

2016-03-16: Alpha release 1; Engine v1.0.0

I'm again a little late with the docker image update, sorry! ;-)

Small guide

Be aware that this image provides a bare terasology server, if you want to enable specific modules, you have to do this yourself.

Just bind the provided volume of the container to a local directory and edit the generated config.cfg after the first run of the container.

Best practice would be cloning this repository and using docker-compose to pull and start the image.

  1. Edit the docker-compose.yml file for the location of the volume mount.
  2. Pull the image with docker-compose pull.
  3. Start it with docker-compose up and watch the output for errors.
  4. Edit the generated config.cfg at the location of the mount and proceed with until your server runs like you want.

There may be standard configurations in the future for specific use cases, may be... ;-)

One thing's for sure, I'll keep this a little more updated after this long time of silence.

More information about terasology can be found on following sites: