Update README.md

This commit is contained in:
Casey LP
2023-01-28 14:28:16 +00:00
committed by GitHub
parent 46208937c7
commit 0155b8808d
+9 -1
View File
@@ -2,4 +2,12 @@
Work in progress to contain the OpenSimulator server software in a Docker container.
Not ready for general use.
**Not ready for general use.**
## Usage
**This is still experimental - thar be bugs!**
```bash
docker run --name opensim --port 9000:9000 --port 9000:9000/udp -d ghcr.io/soup-bowl/opensimulator-docker:edge
```