Skip to content

Latest commit

 

History

History
 
 

craft

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

CRAFT Hypergridded OpenSim distribution Docker image

A docker image for standard binary distribution of OpenSimulator virtual worlds server pre-configured to work with the CRAFT grid.

Docker image derived from docker-opensimulator .

Usage

$ docker run -d -p 6379:6379 -p 9000:9000 -p 9000:9000/udp giodegas/opensim-bin-craft

to know the container id:

$ docker ps

First configuration, owner and region generation :

$ docker exec -it <container_id> after_install

Viewer

A 3D compatible viewer is needed to login to the virtual world with your avatar to meet and interact with the NPCs:

with a proper LOGIN URI configuration:

grid name ==> it will be region name defined by you during first run
login URL ==> http://<external_ip>:9000

More

To help improve this docker container image : giodegas/docker-opensim/bin/craft