dev #1

Closed
qwc wants to merge 20 commits from dev into master
1 changed files with 13 additions and 1 deletions
Showing only changes of commit 57432e3e5c - Show all commits

View File

@ -6,10 +6,22 @@ For all enthusiasts who just want to have a running server:
- or with version: `docker pull qwick/terasology:1.2.1-alpha`
For all developers who want a nightly build for debugging or just testing purposes:
- `docker pull qwick/terasology:dev-latest` (a versioned tag is available too. Example: `dev-1.2.2-SNAPSHOT`)
- `docker pull qwick/terasology:nightly-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`
Nightly:
- `nightly-<engineVersion>-<buildNumber>` e.g. `nightly-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.