diff --git a/README.md b/README.md index 5eb68dd..04ff843 100644 --- a/README.md +++ b/README.md @@ -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 ```