docker search registry 오류 Temporary failure in name

9669 단어
현상, 명령줄에서curlhttps://index.docker.io/v1/search?q=registry데이터가 있을 것입니다. 브라우저 주소 표시줄에 입력하십시오https://index.docker.io/v1/search?q=registry데이터도 있는데 유독 docker search registry만 오타입니다.
docker search registry

[root@aleiye ~]# docker search registry
FATA[0020] Error response from daemon: Get https://index.docker.io/v1/search?q=registry: dial tcp: lookup index.docker.io: Temporary failure in name resolution
/etc/resolv가 변경되었습니다.conf, 네트워크 재부팅 (서비스 네트워크 restart) 도 작동하지 않습니다. 덮어쓰일지 이전 값일지
/etc/sysconfig/network-scripts/ifcfg-eth0 변경 필요
PEERDNS를 no로 변경
PEERDNS=no
증대
DNS1=202.101.110.55
DNS2=202.96.209.133
네트워크 재부팅
service network restart
/etc/resolv에서conf에서 202.101.110.55와 202.96.209.133을 봤어요.
병란, docker search registry 실행 중 오류
reboot 시스템을 다시 시작하면 됩니다
본centos 가상기가 브리지로 바뀌었기 때문일 겁니다.(이전 브리지 아님)
페이지에 다음을 입력합니다.
https://index.docker.io/v1/search?q=registry
콘솔에서 다음을 입력합니다.
curl https://index.docker.io/v1/search?q=registry
포맷은 다음과 같습니다.
{
    "num_pages": 25, 
    "num_results": 610, 
    "results": [
        {
            "is_automated": false, 
            "name": "registry", 
            "is_trusted": false, 
            "is_official": true, 
            "star_count": 348, 
            "description": "Containerized docker registry"
        }, 
        {
            "is_automated": true, 
            "name": "pallet/registry-swift", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 3, 
            "description": "Add swift storage support to the official docker registry image"
        }, 
        {
            "is_automated": true, 
            "name": "konradkleine/docker-registry-frontend", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 42, 
            "description": "Browse and modify your Docker registry in a browser."
        }, 
        {
            "is_automated": true, 
            "name": "kampka/registry", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 0, 
            "description": "A docker registry image based on kampka/archlinux"
        }, 
        {
            "is_automated": true, 
            "name": "distribution/registry", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 8, 
            "description": ""
        }, 
        {
            "is_automated": true, 
            "name": "marvambass/nginx-registry-proxy", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 21, 
            "description": "Docker Registry Reverse Proxy with Basic Auth Nginx Server - ready for production"
        }, 
        {
            "is_automated": true, 
            "name": "atcol/docker-registry-ui", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 54, 
            "description": "A web UI for easy private/local Docker Registry integration. Allows you to browse, delete and search for images through
one-to-many registries. Formally \"docker-registry-web\"."
        }, 
        {
            "is_automated": true, 
            "name": "devsli/cifs-registry", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 1, 
            "description": "Docker Registry on CIFS (Samba)"
        }, 
        {
            "is_automated": true, 
            "name": "webhippie/registry", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 0, 
            "description": "Docker images for registry"
        }, 
        {
            "is_automated": true, 
            "name": "samalba/docker-registry", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 36, 
            "description": ""
        }, 
        {
            "is_automated": true, 
            "name": "envygeeks/node-registry", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 0, 
            "description": "Node (Docker registry) image."
        }, 
        {
            "is_automated": true, 
            "name": "h3nrik/registry-ldap-auth", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 3, 
            "description": "LDAP and Active Directory authentication proxy for a private Docker registry."
        }, 
        {
            "is_automated": true, 
            "name": "silintl/registry", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 1, 
            "description": "Docker Registry 2.0, data stored in S3."
        }, 
        {
            "is_automated": true, 
            "name": "andthensome/registry-swift", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 0, 
            "description": ""
        }, 
        {
            "is_automated": true, 
            "name": "voxxit/registry", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 0, 
            "description": ""
        }, 
        {
            "is_automated": true, 
            "name": "ganomede/registry", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 0, 
            "description": ""
        }, 
        {
            "is_automated": true, 
            "name": "fedora/registry", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 19, 
            "description": ""
        }, 
        {
            "is_automated": true, 
            "name": "expert360/registry", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 0, 
            "description": ""
        }, 
        {
            "is_automated": true, 
            "name": "rhasselbaum/docker-registry-ldap-proxy", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 1, 
            "description": "Docker registry proxy with user-level LDAP authorization for changes."
        }, 
        {
            "is_automated": true, 
            "name": "h3nrik/simple-registry", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 1, 
            "description": "Simple pre-configured local Docker registry."
        }, 
        {
            "is_automated": true, 
            "name": "misakai/registry", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 0, 
            "description": "Containerized docker registry that can be used to deploy a custom docker repository."
        }, 
        {
            "is_automated": true, 
            "name": "burkostya/npm-registry", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 3, 
            "description": ""
        }, 
        {
            "is_automated": true, 
            "name": "silintl/registry-proxy", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 0, 
            "description": "A reverse proxy for the Docker Registry 2.0"
        }, 
        {
            "is_automated": true, 
            "name": "h3nrik/simple-registry-mirror", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 1, 
            "description": "Simple pre-configured registry mirror of Docker Hub."
        }, 
        {
            "is_automated": true, 
            "name": "cgswong/confluent-schema-registry", 
            "is_trusted": true, 
            "is_official": false, 
            "star_count": 0, 
            "description": "Confluent Platform Schema Registry (~403 MB)"
        }
    ], 
    "page_size": 25, 
    "query": "registry", 
    "page": 1
}

좋은 웹페이지 즐겨찾기