Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

debian docker

# Install docker
sudo apt install -y apt-transport-https ca-certificates curl gnupg2 software-properties-common
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
sudo apt update
apt-cache policy docker-ce
sudo apt install -y docker-ce

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

PREVIOUS NEXT
Code Example
Shell :: how to install mpv linux 
Shell :: evernote linux 
Shell :: how to exit telnet linux 
Shell :: npm three 
Shell :: ERROR: database "backend" is being accessed by other users DETAIL: There are 3 other sessions using the database. 
Shell :: bootstrap 5 react npm 
Shell :: git stash show 
Shell :: how to install ddos on ubuntu 
Shell :: sqlmap POST request injection 
Shell :: how to uninitialize git 
Shell :: how to install vs code on fedora 
Shell :: dynamodb local how to delete table 
Shell :: install nativescript version 6 
Shell :: ubuntu disk free space 
Shell :: delete first column bash 
Shell :: search for files in linux terminal 
Shell :: install plasma on ubuntu 
Shell :: sh: 1: nodemon: not found 
Shell :: install openvpn access server on ubuntu 
Shell :: delete aws configure in mac cli 
Shell :: git reset soft head 
Shell :: linux tar gz 
Shell :: undo git commit 
Shell :: kill dyno process heroku 
Shell :: run specific migration file django 
Shell :: gcc on ubuntu 20.04 
Shell :: npm install composition apiu 
Shell :: where is docker images stored windows wsl2 
Shell :: change default shell fedora 
Shell :: gitlab set global username and password 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =