Migrating Instances from NavVis IndoorViewer on Docker
- 21 Feb 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Migrating Instances from NavVis IndoorViewer on Docker
- Updated on 21 Feb 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Prerequisite: Ensure that you have installed Docker (version 17.04.0+ or newer) and Docker Compose.
Procedure
Get the most up-to-date NavVis IVION docker-compose files as described here.
Replace the existing
docker-compose.yml
file with the new one.Log in to the NavVis Docker Registry with your NavVis Portal account.
Stop
docker-compose
by running:docker-compose stop
Restart
docker-compose
by running:docker-compose up -d
Was this article helpful?