mirror of
https://github.com/soup-bowl/opensimulator-docker.git
synced 2026-07-30 11:33:45 +00:00
Update README.md
This commit is contained in:
@@ -71,7 +71,7 @@ CMD [ "screen", "-S", "OpenSim", "-D", "-m", "mono", "./OpenSim.exe" ]
|
||||
With a container running the above Dockerfile, you can access a controllable OpenSimulator administration prompt by running:
|
||||
|
||||
```
|
||||
docker exec -it <container name> screen -r OpenSim
|
||||
docker exec -it <container name> screen -r -d OpenSim
|
||||
```
|
||||
|
||||
You can leave the screen session by pressing `ctrl + a` then `d`.
|
||||
|
||||
Reference in New Issue
Block a user