There is only one solution, that is to change the source! The sources from github are basically timed out, so use: curl -L https://get.daocloud.io/docker/compose/releases/download/1.25.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose Remember to modify the permissions, otherwise an error will be reported: sudo chmod +x /usr/local/bin/docker-compose Last checked version: docker-compose --version Install docker-compose (domestic high-speed mirror) Downloading docker-compose from gihub is too slow and cannot be downloaded, so I can only switch to the domestic mirror (daocloud.io) to download. download curl -L https://get.daocloud.io/docker/compose/releases/download/1.25.4/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose Modify permissions chmod +x /usr/local/bin/docker-compose Check whether the installation is successful docker-compose -version This is the end of this article on how to solve the slow speed of docker-compose. For more information about the slow speed of docker-compose, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: What does the n after int(n) in MySQL mean?
>>: 5 JavaScript Ways to Flatten Arrays
This article example shares the specific code of ...
This article example shares the specific code of ...
Through JavaScript, we can prevent hyperlinks fro...
Alignment issues like type="radio" and t...
Related articles: 9 practical tips for creating we...
background Search the keyword .htaccess cache in ...
Table of contents background Question 1 Error 2 E...
Now .net core is cross-platform, and everyone is ...
1. As mentioned above I saw this macro when I was...
1. Use the shortcut Ctrl + Shift + P to call out ...
1. First register your own dockerhub account, reg...
1. First, prepare VS2019 and MySQL database. Both...
Copy code The code is as follows: <iframe id=&...
Nowadays, mobile devices are becoming more and mo...
The Swap partition of the Linux system, that is, ...