docker - 来自守护程序的错误响应: list 错误

标签 docker containers

我是docker的新用户,我尝试创建我的第一个镜像作为测试

https://hub.docker.com/r/abdelmun3m/munemdockertest/

当我尝试拉我的图像并添加代码时,我收到此错误
Using default tag: latest
Error response from daemon: manifest for abdelmun3m/munemdockertest:latest not found

问题是什么 !?

最佳答案

您的存储库中没有图像。

构建图像时,您需要使用用户名作为前缀标记图像:

docker build -t abdelmun3m/munemdockertest .

或标记现有图像:
docker tag <existing image name> abdelmun3m/munemdockertest

然后登录docker hub
docker login

然后推送该图像
docker push abdelmun3m/munemdockertest

有关更多详细信息,请参见documentation

关于docker - 来自守护程序的错误响应: list 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49990468/

相关文章:

docker - 使用官方 Microsoft .Net Core SDK 镜像以交互模式使用 Docker

wordpress - 绑定(bind)安装卷上的 Docker 每个容器磁盘配额

containers - Google Container Engine和容器优化的Compute Engine有什么区别?

mysql - 设置 mysql docker 容器

c++ - 避免 const 和非常量成员函数中的代码重复

python - 用于调试 kubernetes pod 中运行的 python 代码的 Azure 开发空间

docker - 运行 Dockerfile 时出现错误

docker - kubernetes集群中部署的Pod的google cloud凭据?

amazon-web-services - 是什么导致 EB cli 将应用程序打包为文件名 1 (app-123456-654321.zip) 与文件名 2 (9f1b.zip)?

postgresql - 无法在 Ubuntu 14.04.1 Docker 容器上获取​​ postgresql-9.3-postgis-2.1