Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install docker-compose ubuntu

sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version
Comment

Ubuntu Install Docker Compose

sudo apt-get -y install docker-compose
Comment

instalar docker compose ubuntu

sudo curl -L "https://github.com/docker/compose/releases/download/1.26.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
Comment

docker compose install ubuntu

sudo curl -L "https://github.com/docker/compose/releases/download/1.28.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
Comment

Ubuntu Install Docker Compose

sudo systemctl start docker
Comment

Ubuntu Install Docker Compose

#start docker when the  system starts
sudo systemctl enable docker
Comment

ubuntu install docker-compose

sudo curl -L "https://github.com/docker/compose/releases/download/1.24.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
Comment

Ubuntu Install Docker Compose

$ docker --version
Docker version 19.03.12, build 48a66213fe
$ docker-compose --version
docker-compose version 1.27.2, build 18f557f9
Comment

Ubuntu Install Docker Compose

#add user to the docker group 
sudo usermod -a -G docker <username>
Comment

install docker compose ubuntu

## The docker-compose is integrated in the docker-CLI.

The new Compose V2, which supports the compose command
as part of the Docker CLI, is now available.

Compose V2 integrates compose functions into 
the Docker platform, continuing to support most of 
the previous docker-compose features and flags.

You can run Compose V2 by replacing the hyphen (-) with a space,
using docker compose, instead of docker-compose
Comment

PREVIOUS NEXT
Code Example
Shell :: whats the file path for the documents folder linux 
Shell :: docker start exited container 
Shell :: send file netcat 
Shell :: execute powershell script from command line with parameters 
Shell :: get path of command ubuntu 
Shell :: find files size greater than 100mb in linux 
Shell :: install postman 
Shell :: hide desktop icons macos 
Shell :: encrypt files in linux 
Shell :: docker build with args 
Shell :: git push asking for username after setting up ssh key 
Shell :: git merge branch to master command line 
Shell :: git bash posh git 
Shell :: kafka confluent download 
Shell :: firebase install 
Shell :: how to activate virtual environment in ubuntu 
Shell :: install latex 
Shell :: .gitignore 
Shell :: Cannot find cairo.h! Please install cairo 
Shell :: no wifi adapter found ubuntu 18.04 
Shell :: git get commit info 
Shell :: nvm cheatsheet 
Shell :: ubuntu see date of last modification to file 
Shell :: how to install linux 
Shell :: how to restart apache ubuntu 
Shell :: download kali linux iso file 64 bit 
Shell :: how to view hidden files and folders on terminal 
Shell :: generate git ssh key 
Shell :: git rm --cached settings.json 
Shell :: gtk4 windows install 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =