Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker compose v2 install

#Installing Docker Compose V2
DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
mkdir -p $DOCKER_CONFIG/cli-plugins
curl -SL https://github.com/docker/compose/releases/download/v2.2.3/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose

#Make it executable
chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose

#Check if it works!
docker compose version
Comment

PREVIOUS NEXT
Code Example
Shell :: install autoconf macos 
Shell :: nodemon watch file run command 
Shell :: check disk space ubuntu from terminal 
Shell :: kali linux desktop gadgets 
Shell :: loading json in js 
Shell :: how to stash the newly created files in git 
Shell :: linux list application installation 
Shell :: crontab delay after reboot 
Shell :: run cron once a week 
Shell :: pip remove 
Shell :: bash print last n lines of file 
Shell :: awk lowercase 
Shell :: how to kill orphan 
Shell :: Call to undefined function factory() in Psy Shell code on line 1 
Shell :: install pyaudio in pycharm 
Shell :: exec user process caused: exec format error 
Shell :: git add submodule 
Shell :: install qemu-img 
Shell :: express-generator with ejs 
Shell :: ubuntu install nodejs 
Shell :: bash command to open new terminal 
Shell :: grep specific file 
Shell :: alpine sudo 
Shell :: vite starting comand 
Shell :: ffprobe find video codec 
Shell :: flutter run web canvaskit 
Shell :: docker run image command 
Shell :: bash: tree: command not found... centos7 
Shell :: how to remove a remote origin in git and add new 
Shell :: bash read file line by line with spaces 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =