解决:Error response from daemon: manifest for xxx:latest not found: manifest unknown.

简介: 解决:Error response from daemon: manifest for xxx:latest not found: manifest unknown.

在使用docker 拉去最新的镜像时,会提示如下错误:

这里错误的意思是docker需要我们指定下载镜像的版本号。

但是我们想下载最新的版本号,该如何得知最新的版本号呢?

我们可以登录docker hub:https://hub.docker.com/u/library,搜索自己想要下载的镜像名:

点击搜索出来列表里的镜像,进入详情页面,点击Tags,第一个镜像就是最新的,可以看出,最新的镜像版本号为7.6.1

重新使用docker执行版本号拉取,可以看到正在下载:

目录
相关文章
|
iOS开发
解决App Installation failed, No code signature found.
解决App Installation failed, No code signature found.
393 0
|
7月前
|
Linux Go C语言
【ERROR】chaincode install failed with status: 500 - failed to invoke backing implementation xxx
【ERROR】chaincode install failed with status: 500 - failed to invoke backing implementation xxx
134 0
|
8月前
|
Kubernetes Docker 容器
Job for docker.service failed because the control process exited with error code.
Job for docker.service failed because the control process exited with error code.
304 0
|
8月前
|
Java
failed to solve with frontend dockerfile.v0: failed to create LLB definition: unexpected status code
failed to solve with frontend dockerfile.v0: failed to create LLB definition: unexpected status code
137 0
|
网络协议 网络安全 Docker
Docker Swarm 解决报错Error response from daemon: rpc error: code = Unavailable desc = connection error:
本文是博主学习docker swarm遇到的问题记录,希望对大家有所帮助。
1625 0
Docker Swarm 解决报错Error response from daemon: rpc error: code = Unavailable desc = connection error:
|
Nacos Docker 容器
解决docker启动时报‘Error response from daemon: network xxx not found‘问题
解决docker启动时报‘Error response from daemon: network xxx not found‘问题
3686 0
|
开发工具 git
error: could not lock config file .git/config: Permission denied/Command failed with exit 255
error: could not lock config file .git/config: Permission denied/Command failed with exit 255
434 0
|
Docker 容器
解决Using default tag: latest Got permission denied while trying to connect to the Docker daemon socke
解决Using default tag: latest Got permission denied while trying to connect to the Docker daemon socke
472 0
ERROR: libass not found using pkg-config
ERROR: libass not found using pkg-config
220 0
ERROR: libass not found using pkg-config2
ERROR: libass not found using pkg-config2
166 0

热门文章

最新文章