mirror of
https://github.com/Misterblue/opensim-docker.git
synced 2026-07-29 19:03:18 +00:00
* ISSUE-17: fixes obsolete "version" attribute inside docker-compose.yml files * added .gitignore with some general basic settings * dockerfiles fixes - fixes missing permissions for .sh files inside the images - fixes COPY of multiple files (missing trailing slash '/' on target path - fixes use of hardcoded username:usergroup on COPY --chown * dockerfiles fixes - fixes COPY of multiple files (missing trailing slash '/' on target path * fixes missing OS_CONFIGKEY on setEnvironment.sh files --------- Co-authored-by: Lordfox <c.haendler@lordfox.de>
image-opensim
This builds an image of the master branch of the OpenSimulator repository.
There are two configurations supplied for this image:
config-standalone runs OpenSimulator as a standalone instance
that has both the region simulators and grid services in a local
instance.
This is great for testing or just getting confortable with what
OpenSimulator can do.
config-osgrid has the OSGrid connection configuration for
hosting a region connected to that grid.
You MUST change Regions.ini to a allocated location in
that grid.
Notice that all the .ini files supplied are the defaults
from the OpenSimulator distribution and all the OSGrid
configuration is done in Final.ini.