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 :: git push ci skip 
Shell :: create batch file to delete folders 
Shell :: how to get last in array jq 
Shell :: sbt build command 
Shell :: remove all untracked files git 
Shell :: create folder zip with cmd in windows 10 
Shell :: docker install ubuntu 20.04 
Shell :: gcloud set kubectl context 
Shell :: create strapi app 
Shell :: terminal remove files starting with 
Shell :: ubuntu run in port 80 
Shell :: echo date in bash 
Shell :: ffprobe number of frames 
Shell :: linux mv all folder to previous folder 
Shell :: grep recursive file extension 
Shell :: find bigger file on linux centos 
Shell :: install spring boot on ubuntu 
Shell :: how to open files from linux terminal 
Shell :: wp gitignore 
Shell :: sed remove line after match 
Shell :: how to install brew on mac 
Shell :: set up openssh 
Shell :: how to install mongodb server in ubuntu 
Shell :: bash for loop multiple commands one line 
Shell :: git push heroku master everything up-to-date 
Shell :: yarn 2 upgrade all packages 
Shell :: Installed Build Tools revision 32.0.0 is corrupted. Remove and install again using the SDK Manager 
Shell :: brew install docker 
Shell :: github download specific folder 
Shell :: how to restart x window manager in ubuntu 18.04 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =