This commit is contained in:
soup-bowl
2022-02-03 18:50:23 +00:00
parent 7ac43c6cf2
commit 52646e4069
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ MySQL and MariaDB may take longer to initiate than OpenSimulator is able to wait
### I'm not able to run commands in the OpenSimulator prompt
(In most instances, [wait-for-it][wfi] has been added to the buils to stop this situation from happening).
(In most instances, [wait-for-it][wfi] has been added to the builds to stop this situation from happening).
You are able to attach a shell to the current entrypoint, but so far this doesn't seem to work for me. You can 'cheese' this process by adding [screen][screen], allowing you to 'resume' the actively running session. To do this, replace the entrypoint in the Dockerfile to this:
+1 -1
View File
@@ -1,4 +1,4 @@
## OpenSimulator - Standalone
# OpenSimulator - Standalone
This experiment runs OpenSimulator in the most basic format - [standalone mode](http://opensimulator.org/wiki/Configuration). Best mode for getting started with OpenSimulator.