Readme update for changed dev->nightly tag names

This commit is contained in:
Marcel Otte 2016-10-06 10:32:26 +02:00
parent 97e82b55f1
commit 9ca279f3bb
1 changed files with 13 additions and 1 deletions

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.