Docker and docker-compose offline installation

Docker and docker-compose offline installation

1. docker offline installation

Installation tutorial: https://www.cnblogs.com/testway/p/13235683.html

2. docker-compose offline installation

Official URL https://github.com/docker/compose/releases/tag/v2.16.0

insert image description here
insert image description here
insert image description here
insert image description here
insert image description here

1. mv docker-compose-Linux-x86_64 /usr/bin/docker-compose

2. sudo chmod +x docker-compose

3. docker-compose version

Guess you like

Origin blog.csdn.net/m0_45057216/article/details/129298174