Install docker-compose offline

王林
Release: 2020-08-27 16:37:18
forward
3249 people have browsed it

Install docker-compose offline

I have been using online installation of docker-compose before, and today I tried to install compose offline.

(Recommended tutorial:docker tutorial)

First download the offline package;

Install docker-compose offline

Then execute the following command: Can.

sudo mv docker-compose-Linux-x86_64 /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose docker-compose -v
Copy after login

The above is the detailed content of Install docker-compose offline. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!