question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can not find any repository in main page

See original GitHub issue

A docker private registry has been running in my server with the official registry image(docker.io), it can be visited from other machines by a the URL 192.168.17.129:5000 in HTTP method ,then the docker-registry-frontend was started with the following script: docker run -d -e ENV_DOCKER_REGISTRY_HOST=192.168.17.129 -e ENV_DOCKER_REGISTRY_PORT=5000 -p 8080:80 konradkleine/docker-registry-frontend:v2

At last,when i visited the main page of docker-registry-frontend —http://192.168.17.129:8080/repositories/20 ,no any repository was shown in the web page,some errors appeared in the console of my chrome browser , a picture will be provided in the following text。

error

How can i solve the problem

By the way,the server OS is Centos 7.2,the version of docker is 1.12.6,and the registry is docker.io/registry:latest, expect helpful replies!

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:7

github_iconTop GitHub Comments

4reactions
DarrenJiang1990commented, Jan 26, 2018

I found the problem that the docker-registry-frontend container could not visit the register container in a same machine for the reason a error “No route to host” occurred when I executed the following goal in the docker-registry-frontend container: curl http://192.168.17.129:5000/v2/_catalog

So I realized the real cause is that the register container could not connect by the the docker-registry-frontend container via network even though those two containers were in a same one machine,then I solved the problem with the following running command by a method of container link:

docker run -d -e ENV_DOCKER_REGISTRY_HOST=registry -e ENV_DOCKER_REGISTRY_PORT=5000 -p 8080:80 --link registry:registry konradkleine/docker-registry-frontend:v2 Thanks all !

0reactions
ssolipuramwexcommented, Jan 17, 2019

I am using Azure Container registry as my private docker registry. When running the container I specifed the host and port number of the Azure container registry. Where do I specify the container registry credentials when running this docker image? I only see a home page with empty repositories. Any help is greatly appreciated

Read more comments on GitHub >

github_iconTop Results From Across the Web

Git suddenly cant find Github repository - Stack Overflow
Add the repo on Github Website and set it as private · Add my Github Account as Collaborator · On terminal switch into...
Read more >
GitHub Desktop “Can't Find” Local Repository That Exists #2851
Activate the “File” menu: “Clone repository…” command. Click an online repository from the list. Set the “Local path” field to the pre-existing ...
Read more >
Fix Git's 'fatal: repository not found' error quickly | TheServerSide
Fix Git's repository not found error · 1. You did not authenticate · 2. Your password has changed · 3. You are not...
Read more >
Why is my Github repo not showing up? - Snyk Support
There are several reasons why your GitHub repo might not be appearing on the Snyk 'Add project' page. ... If the repos that...
Read more >
What to Do If GitHub Desktop Cannot Find Your Repositories
Close GitHub Desktop · Remove everything in the folder %APPDATA%\GitHub Desktop\ · Restart GitHub Desktop.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found