The command
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
The result shows Connecting to download.docker.com initially but fails after sometime. How do I solve this?
The command
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
The result shows Connecting to download.docker.com initially but fails after sometime. How do I solve this?