- 11 Jan 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Docker Failing to Login Troubleshooting
- Updated on 11 Jan 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Introduction
Problem description
Even if it appears you have successfully logged into Docker, when pulling docker images from the terminal you sometimes get the following error:
ERROR: pull access denied for docker.navvis.com/postgresql/postgresql, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
Troubleshooting procedure
Login to the NavVis Docker Hub from a browser at docker.navvis.com.
Login again using the terminal commands and attempt to pull the images.
If this does not work, then log out of docker.navvis.com and login one more time.
Again, login to NavVis Docker Hub from the terminal and attempt to pull the images - the pull should be successful. If issue not fixed continue.
Run the following command:
docker pull docker.navvis.com/postgresql/postgresql:12 && docker pull docker.navvis.com/ivion-stable/ivion:latest
Then navigate to where the docker-compose.yml file is and run:
docker-compose up
This should allow IVION to start. After IVION has started, please provide NavVis support with the OS version, the docker version, and the docker-compose version.