Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker compose plugin

//You can install latest version
sudo apt-get update
sudo apt-get install docker-compose-plugin

//or you can install other versions
sudo apt-get install docker-compose-plugin=<VERSION_STRING>
  
//Install Manually
DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
mkdir -p $DOCKER_CONFIG/cli-plugins
curl -SL https://github.com/docker/compose/releases/download/v2.11.2/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose

chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
sudo chmod +x /usr/local/lib/docker/cli-plugins/docker-compose

//Test
docker compose version
Comment

PREVIOUS NEXT
Code Example
Shell :: add gif to readme.so 
Shell :: loop over array of strings bash 
Shell :: pterodactyl installer 
Shell :: how to convert pyqt5 to python 
Shell :: gitignore tracked files 
Shell :: httpd https docker 
Shell :: how to save windows lock screen images 
Shell :: windows nginx stop 
Shell :: git reflog 
Shell :: how to update visual studio code through ubuntu terninal 
Shell :: check if s3 bucket exists 
Shell :: sequelize installation 
Shell :: linux find ip of other computers on network 
Shell :: navigate to a directory linux 
Shell :: bash ls command not found 
Shell :: install spicetify on windows 
Shell :: docker-compose update changes 
Shell :: git diff file names 
Shell :: how to install docker on Debian 10 
Shell :: how to shutdown computer using linux 
Shell :: expo install 
Shell :: heroku pg kill 
Shell :: dpkg install deb with dependencies 
Shell :: git global noverify 
Shell :: bash make directory 
Shell :: how to create a github tag 
Shell :: public key generate 
Shell :: git last commit change author 
Shell :: : Failed to start A high performance web server and a reverse proxy server. -- Subject: A start job for unit nginx.service has failed 
Shell :: how to install sublime text 3 on ubuntu 20.04 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =