Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker install ubuntu 22.04

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 :: cmd rename multiple files 
Shell :: nohup example 
Shell :: gcloud set kubectl context 
Shell :: git pull shows already up to date 
Shell :: flutter@f1 
Shell :: git flow hotfix 
Shell :: upgrade python using choco (win 10) 
Shell :: pip install --upgrade 
Shell :: install pip archlinux 
Shell :: linux modem manager 
Shell :: git force merge branch 
Shell :: Uninstall Applications in ubuntu through the Command Line 
Shell :: i have installed android studio but is not showing in flutter doctor 
Shell :: linux mail delete all 
Shell :: git force push to remote 
Shell :: ubuntu install openjdk 8 source 
Shell :: wsl2 ubuntu 
Shell :: run bash script on zsh 
Shell :: gcc for macos 
Shell :: copy partition to another disk linux 
Shell :: git uncommit last commit but keep changes 
Shell :: Installing the virtualenv for you app 
Shell :: install axios 
Shell :: latest dart sdk version 
Shell :: how to create a file with a given size in linux? 
Shell :: commit in git 
Shell :: nodemon use 
Shell :: install flask 
Shell :: git commit example 
Shell :: base64 encode linux 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =