老师,请帮忙看一下这个报错是由于什么原因,谢谢。
来源:7-2 docker-compose的安装

TrulyLiang
2021-10-28
老师,请帮忙看一下这个报错是由于什么原因,谢谢。
[root@ecs-7cee ~]# docker-compose up
Pulling flask-demo (flask-demo:latest)…
ERROR: The image for the service you’re trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
Continue with the new image? [yN]y
Pulling flask-demo (flask-demo:latest)…
ERROR: pull access denied for flask-demo, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied
写回答
1回答
-
麦兜搞IT
2021-10-29
这个flask-demo的镜像你名字写错了吧, 试试 xiaopeng163/flask-demo:latest, 或者您可以自己build一个image
00
相似问题