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
1. Remove MySQL a. sudo apt-get autoremove --purg...
Preface The MySQL slow query log is a type of log...
1. Install vue-cli npm i @vue/cli -g 2. Create a ...
Table of contents 1- Error details 2-Single Solut...
Table of contents 1. child_process 2. Command exe...
[Solution 1: padding implementation] principle: I...
Table of contents 1. Introduction 2. Composition ...
On CentOS 7, when we map the host port to the con...
Core code /*-------------------------------- Find...
Table of contents 1. Simple page example 2.uni-ap...
The solution to the background tiling or border br...
I rewrote my personal website recently. I bought ...
Assume there are two Linux servers A and B, and w...
1. Problem description <br />When JS is use...
The first web page I designed is as follows: I ha...