JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

docker :repository docker.io/zookeeper not found: does not exist or no pull access

发布时间 2023-03-29 14:35:27作者: 武平宁
  • 分析

略

  • 解决

vi /etc/docker/daemon.json

{                                                                                                                                           
  "registry-mirrors" : [                                                                                                                    
    "http://registry.docker-cn.com",                                                                                                        
    "http://docker.mirrors.ustc.edu.cn",                                                                                                    
    "http://hub-mirror.c.163.com"                                                                                                           
  ],                                                                                                                                        
  "insecure-registries" : [                                                                                                                 
    "registry.docker-cn.com",                                                                                                               
    "docker.mirrors.ustc.edu.cn"                                                                                                            
  ],                                                                                                                                        
  "debug" : true,                                                                                                                           
  "experimental" : true                                                                                                                     
}  

systemctl restart docker

    本栏目推荐文章
  • Centos安装docker步骤
  • Pycharm读excel文件报错xlrd.biffh.XLRDError: Excel xlsx file not supported
  • 记一次docker出全linux的内网渗透题目(仿照2023铸剑杯)
  • git bash报错fatal: detected dubious ownership in repository at的解决方法
  • 题解 ARC140E【Not Equal Rectangle】
  • ACCESS 快速构建修改数据的窗体
  • web项目启动时dubbo报错: No provider available for the service com.davidhu.shopguide.api.service.UserEventService from the url zookeeper ://localhost:2181/org.apache.du
  • mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION; ERROR 1410 (42000): You are not allowed to create a user with GRANT
  • org.springframework.kafka.listener.ListenerExecutionFailedException: Listener method could not be invoked with the incoming message
  • k8s 将 cri 从 docker 切换到 containerd
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们