Readme update for changed dev->nightly tag names
This commit is contained in:
parent
97e82b55f1
commit
9ca279f3bb
14
README.md
14
README.md
|
@ -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`
|
- 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:
|
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.
|
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
|
## 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.
|
Be aware that this image provides a bare terasology server, if you want to enable specific modules, you have to do this yourself.
|
||||||
|
|
Loading…
Reference in New Issue