Add docker tags hint to README

This commit is contained in:
Christoph Wiechert
2017-05-11 21:14:21 +02:00
parent 41059158db
commit 1783ed58b1

View File

@@ -37,6 +37,12 @@ $ docker run -p 0.0.0.0:3000:3000 -v $PWD/data:/data psitrax/psitransfer
$ sudo chown -R 1000 $PWD/data
```
Specify the version by using [image tags](https://hub.docker.com/r/psitrax/psitransfer/tags/) e.g.:
* `latest`: corresponds to master branch
* `1`: latest stable `1.x.x`
* `1.1`: latest stable `1.1.x`
* `1.0.0`: exact version
### Manual, precompiled
```bash