Error response from daemon: manifest for oraclelinux:latest not found: manifest unknown: manifest unknown

docker报错"Error response from daemon: manifest for oraclelinux:latest not found: manifest unknown: manifest unknown"的处理

 

需要指定具体版本,不知道具体版本时在docker hub上搜索容器名:

打开docker hub(https://hub.docker.com/u/library),搜索指定docker,回车

docker报错"Error response from daemon: manifest for oraclelinux:latest not found: manifest unknown: manifest unknown"的处理

 docker报错"Error response from daemon: manifest for oraclelinux:latest not found: manifest unknown: manifest unknown"的处理

 

点进去,找到tags标签,有对应的版本号

docker报错"Error response from daemon: manifest for oraclelinux:latest not found: manifest unknown: manifest unknown"的处理

 

在刚才命令后面加上版本即可

docker pull oraclelinux:8.3

docker报错"Error response from daemon: manifest for oraclelinux:latest not found: manifest unknown: manifest unknown"的处理

 

参考:

解决:Error response from daemon: manifest for xxx:latest not found: manifest unknown..._阿甘兄-CSDN博客 

相关文章:

  • 2021-05-30
  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2021-09-16
  • 2021-06-30
猜你喜欢
  • 2021-07-09
  • 2021-10-25
  • 2021-05-22
  • 2022-12-23
  • 2022-12-23
  • 2021-08-20
  • 2022-01-26
相关资源
相似解决方案