Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install docker linux mint

sudo apt -y install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(. /etc/os-release; echo "$UBUNTU_CODENAME") stable"
sudo apt update
sudo apt install docker-ce
sudo usermod -aG docker $USER
Comment

docker install linux mint

curl -fsSL https://get.docker.com -o /tmp/get-docker.sh && sudo sh /tmp/get-docker.sh && 
sudo usermod -aG docker $USER && newgrp docker && 
newgrp docker && 
sudo curl -L "github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/bin/docker-compose && 
sudo chmod +x /usr/bin/docker-compose
Comment

PREVIOUS NEXT
Code Example
Shell :: firebase cli brew 
Shell :: how to reload bashrc 
Shell :: snap install pycharm 
Shell :: git diff lines of code 
Shell :: kill processes on port 80 
Shell :: download nbextensions 
Shell :: firebase commands 
Shell :: clear cache credential git 
Shell :: use vscode as default file editor for filezilla ubuntu 
Shell :: how to see all the extension installed in visual studio code 
Shell :: restart nautilus from terminal 
Shell :: shell script current time 
Shell :: how to check services running on port 8080 in linux 
Shell :: stop process running on port 
Shell :: how to know version of heroku 
Shell :: install pymongo 
Shell :: screen kill session 
Shell :: set up git repository 
Shell :: add changes to last commit 
Shell :: codeigniter 4 install composer 
Shell :: fake cnpj 
Shell :: brew install ngrok 
Shell :: remove git from folder windows 
Shell :: install teams linux 
Shell :: sudo: traceroute: command not found 
Shell :: install jupyter notebbok in pip 
Shell :: WARNING: UNPROTECTED PRIVATE KEY FILE! 
Shell :: pip install tkinter 
Shell :: reload restart bashrc 
Shell :: export path linux 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =