IdeaSpaceVR Docker Container
docker build -t qxip/isvr .
- Download the latest IdeaSpace and uncompress
- Create a blank directory for the DB (ie:
./db) - Execute Container using local Mapping
docker run -i -t -p "8080:80" -d -v ${PWD}/IdeaSpace-1.1.4:/app -v ${PWD}/db:/var/lib/mysql qxip/isvr
- Note the MySQL admin password
- Complete the setup