Skip to content

Commit 87a5cf2

Browse files
committed
Update README with new versions, typo fixes and additional info
1 parent 0768caf commit 87a5cf2

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,33 @@ To host a multiplayer server, create a container that exposes the desired port a
1717
$ docker run --rm -p 11753:11753 -it openrct2/openrct2-cli host https://bit.do/openrct2-bpb
1818
```
1919

20-
All configuration data is stored inside the container. If you want to persit it outside the container, you can mount it to a volume or your local filesystem. Mounting your local filesystem also allows you to read and write saved games locally. For example:
20+
All configuration data is stored inside the container. If you want to persist it outside the container, you can mount it to a volume or your local filesystem. Mounting your local filesystem also allows you to read and write saved games locally. For example:
2121

2222
```
2323
$ docker run --rm -p 11753:11753 -v /home/me/openrct2-config:/home/openrct2/.config/OpenRCT2 -it openrct2/openrct2-cli host /home/openrct2/.config/OpenRCT2/save/mypark.sv6
2424
```
2525

2626
The command above will mount the OpenRCT2 user / config directory inside the container to a directory on your local filesystem. This will allow you to persist and edit the configuration, saved games etc. locally.
2727

28-
It will then host a new server and load the saved game `mypark.sv6` located in the mounted directory under the save sub-directory.
28+
It will then host a new server and load the saved game `mypark.sv6` located in the mounted directory under the save subdirectory.
2929

3030
## Tags
3131

32-
v0.2.5 onwards are based on Ubuntu 20.04 (amd64). v0.2.4 and v0.2.3 use Ubuntu 19.04 (amd64), previous tags are based on Ubuntu 18.04 (amd64).
32+
33+
| Tag version | Ubuntu version |
34+
|-------------------|----------------|
35+
| v0.4.16+ | Ubuntu 24.04 |
36+
| v0.4.11 - v0.4.15 | Ubuntu 22.04 |
37+
| v0.2.5 - v0.4.10 | Ubuntu 20.04 |
38+
| v0.2.3 - v0.2.4 | Ubuntu 19.04 |
39+
| v0.1.2 - v0.2.2 | Ubuntu 18.04 |
40+
41+
All builds use the `amd64` architecture.
3342

3443
- [`develop` (*develop/cli/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker/blob/master/develop/cli/Dockerfile)
35-
- [`0.4.21`, `latest` (*0.4.21/cli/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker/blob/master/0.4.21/cli/Dockerfile)
44+
- [`0.4.23`, `latest` (*0.4.23/cli/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker/blob/master/0.4.21/cli/Dockerfile)
45+
- [`0.4.22`, (*0.4.22/cli/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker/blob/master/0.4.21/cli/Dockerfile)
46+
- [`0.4.21`, (*0.4.21/cli/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker/blob/master/0.4.21/cli/Dockerfile)
3647
- [`0.4.20`, (*0.4.20/cli/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker/blob/master/0.4.20/cli/Dockerfile)
3748
- [`0.4.19.1` (*0.4.19.1/cli/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker/blob/master/0.4.19.1/cli/Dockerfile)
3849
- [`0.4.19`, (*0.4.19/cli/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker/blob/master/0.4.19/cli/Dockerfile)

0 commit comments

Comments
 (0)