Docker Administration


  • Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sol: Run the below command

 sudo sysctl -w net.ipv4.tcp_mtu_probing=1
To make this permanently, add the following line to /etc/sysctl.conf:
net.ipv4.tcp_mtu_probing=1

Comments

  1. Hi sir ..can you post.....how to use docker volumes by using dockerfile.....how to share docker volumes between two countainers.....

    ReplyDelete

Post a Comment

Popular posts from this blog

AWS-DevOps Overview

Jenkins Tips !!