Update README to reflect changes in Docker image

Removed warning about Mono and .NET Framework changes.
This commit is contained in:
Casey LP
2026-01-18 08:10:32 +00:00
committed by GitHub
parent b24b9dffca
commit 303cae268b
+2 -4
View File
@@ -18,10 +18,6 @@ This **unofficial** Docker configuration aims to assist in setting the server up
**This is still experimental - thar be bugs!**
> [!WARNING]
> 0.9.3.0 (and in turn latest) is a significant change from 0.9.2.2 and below. Mono is no longer used, and has been replaced with the .NET Framework. This changes some aspects of the image, such as the ENTRYPOINT and source builds, so please test before switching over. If you wish to remain, 0.9.2.2 will continue to be updated and remains on the Mono base. For more information, see the [official release notes](http://opensimulator.org/wiki/0.9.3.0) and this [PR for Dockerfile changes](https://github.com/soup-bowl/opensimulator-docker/pull/8/files).
# Supported tags and respective `Dockerfile` links
- [`latest`, `0.9`, `0.9.3`, `0.9.3.0`](https://github.com/soup-bowl/opensimulator-docker/blob/main/build/latest/Dockerfile)
@@ -38,6 +34,8 @@ This **unofficial** Docker configuration aims to assist in setting the server up
# Usage
Versions 0.9.3.0 and above use .NET, and due to a bug under investigation (see #9) the image uses `screen` to prevent the session from ending unexpectedly. Versions 0.9.2.2 and below use Mono. Please see Limitations for more information.
```bash
docker run -it -d --name opensim -p 9000:9000 -p 9000:9000/udp soupbowl/opensimulator:latest
```