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

前端 未结 16 1889
悲哀的现实
悲哀的现实 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:47

    Just make sure to write the docker name correctly!

    In my case, I wrote (notice the extra 'u'):

    FROM ubunutu:16.04
    

    The correct docker name is:

    FROM ubuntu:16.04
    

提交回复
热议问题