Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install docker on manjaro linux

sudo pacman -S docker
sudo usermod -aG docker $USER
sudo systemctl enable --now docker
sudo systemctl status docker
Comment

docker install manjaro

pamac install docker docker-compose docker-machine
sudo usermod -aG docker $USER
sudo systemctl enable --now docker
sudo systemctl status docker
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install beautifulsoup4 
Shell :: Building wheels for collected packages: opencv-python Building wheel for opencv-python (PEP 517) ... 
Shell :: how to uninstall vscode in ubuntu using terminal 
Shell :: untar a file 
Shell :: Install xlrd = 1.0.0 for Excel support Use pip or conda to install xlrd 
Shell :: remove android studio from ubuntu 
Shell :: git set url with token 
Shell :: linux check graphics driver 
Shell :: disable ubuntu firewall 
Shell :: restart php nginx mac 
Shell :: conda install nodejs 
Shell :: how to change java version in linux 
Shell :: git delete all tags local and remote 
Shell :: how to uninstall slack in ubuntu 20.04 
Shell :: ubuntu check process on port 
Shell :: notion ubuntu 
Shell :: crontab logs 
Shell :: adb shell screenshot 
Shell :: how to check if django is installed in ubuntu 
Shell :: remove git from folder 
Shell :: git asking for password every time 
Shell :: install dotnet 6 on ubuntu 
Shell :: npm install redux thunk 
Shell :: how to stop oneko 
Shell :: install netlify cli 
Shell :: remove mongodb completely ubuntu 
Shell :: debian install dig 
Shell :: count files recursively linux 
Shell :: I can not access my local files in Ubuntu 
Shell :: zsh: command not found: conda 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =