Go to file
Marcel M. Otte 5e1311dc33 Added Jenkinsfile.
Does just call build.sh.
2018-01-16 15:37:24 +01:00
Dockerfile added a unused property with -D to commandline 2016-10-23 10:10:15 +02:00
Jenkinsfile Added Jenkinsfile. 2018-01-16 15:37:24 +01:00
README.md oops 2016-10-08 11:46:10 +02:00
build.sh again changed nightly to unstable, because of jenkins job changes 2016-10-08 11:33:13 +02:00
docker-compose.yml added dev-latest branch for the DistroOmega cutting edge build. 2016-01-10 12:31:04 +01:00

README.md

docker-terasology

Automatic builds are provided by dockerhub and my own jenkins instance. For all enthusiasts who just want to have a running server:

  • docker pull qwick/terasology:latest
  • or with version: docker pull qwick/terasology:1.2.1-alpha

For all developers who want a unstable build for debugging or just testing purposes:

  • docker pull qwick/terasology:unstable-latest
  • a versioned tag is available too.

Versioned tags may change over time.

Versioning

To avoid confusion here the docker image tag schema:

Stable:

  • <engineVersion>-<displayVersion> e.g. 1.2.1-alpha

Unstable:

  • unstable-<engineVersion>-<buildNumber> e.g. unstable-1.2.2-SNAPSHOT-1806

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... ;-)

More information about terasology can be found on following sites: