Hello. I'm now running docker quickstart. To navig...
# getting-started
a
Hello. I'm now running docker quickstart. To navigate to the Datahub ui, I tried to access localhost:9002 . However, page not found error occurs. Since my work should be credential, I can't connect the internet due to the policy about network segmentation. Does this policy affect page not found error. Also, I found error message that "Error while pulling images. Going go attempt to move on to docker compose up assuming ~" . Does this relate to page not found also?
b
what version of
docker-compose
do you have?
m
If you cannot pull images then you cannot run quickstart. If your organisation has artifactory, maybe you can try to set the registry point to that instead of docker hub
a
I solved the problem! Since I run the docker on the virtual environment of private server, it is natural that I can't connect to localhost since my desktop is separated from the internet.