Merge pull request #13 from linuxserver/tags

Tags
This commit is contained in:
sparklyballs 2018-03-13 00:04:13 +00:00 committed by GitHub
commit 31d30b5d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,19 @@ docker create \
linuxserver/minetest linuxserver/minetest
``` ```
## Tags
Client and server must be the same version and to allow this you can choose one of the following tags in the following format
linuxserver/minetest:0.4.16
+ **0.4.13**
+ **0.4.14**
+ **0.4.15**
+ **0.4.16**
The default aka :latest is equivalent to the unstable ppa version.
## Parameters ## Parameters
`The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side. `The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side.