Docker Compose Install

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 Nov 1 7:21
Editor
Edited
Edited
2023 May 16 17:58
Refs
DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker} mkdir -p $DOCKER_CONFIG/cli-plugins curl -SL https://github.com/docker/compose/releases/download/v2.17.3/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
 
 
 
Install the Compose plugin
Download and install Docker Compose on Linux with this step-by-step handbook. This plugin can be installed manually or by using a repository.
Install the Compose plugin
 
 

Recommendations