mirror of
https://github.com/soup-bowl/opensimulator-docker.git
synced 2026-07-30 11:33:45 +00:00
18 lines
334 B
Markdown
18 lines
334 B
Markdown
# OpenSimulator in Docker
|
|
|
|
Work in progress to contain the OpenSimulator server software in a Docker container.
|
|
|
|
**Not ready for general use.**
|
|
|
|
## Usage
|
|
|
|
**This is still experimental - thar be bugs!**
|
|
|
|
```bash
|
|
docker run -d \
|
|
--name opensim \
|
|
-p 9000:9000 \
|
|
-p 9000:9000/udp \
|
|
ghcr.io/soup-bowl/opensimulator-docker:edge
|
|
```
|