pull access denied repository does not exist or may require docker login

前端 未结 16 1892
悲哀的现实
悲哀的现实 2021-02-02 05:18

I am using Laravel 4.2 with docker. I setup it on local. It worked without any problem but when I am trying to setup online using same procedure then I am getting error

16条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-02 05:31

    If you don't have an image with that name locally, docker will try to pull it from docker hub, but there's no such image on docker hub. Or simply try "docker login".

提交回复
热议问题