How to push single docker image layers at time?

前端 未结 3 1050
南方客
南方客 2021-02-02 09:16

I just want to point out: My internet connection sucks. So I\'ve started pushing a new image, the scenario is something like this:

b57ecdb750f2: Pushing [====>         


        
3条回答
  •  野的像风
    2021-02-02 09:28

    In my Ubuntu, I added /etc/docker/daemon.json with:

    {
      "max-concurrent-uploads": 1
    }
    

    and then sudo service docker restart. Worked like a charm.

提交回复
热议问题