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

docker manjaro

sudo pacman -S docker
sudo usermod -aG docker $USER
Comment

PREVIOUS NEXT
Code Example
Shell :: how to login to git from terminal 
Shell :: unzip folder .gz file in linux 
Shell :: aws cli s3 bucket list 
Shell :: how to make bat file delete itsself 
Shell :: linux install openssl library 
Shell :: all connections to the npm registry - including for package installation - must use TLS 1.2 or higher 
Shell :: How to Ignore/disable SSH Host Key Verification 
Shell :: python install scikit learn 
Shell :: htaccess all requests goes to index.php 
Shell :: permission denied bash 
Shell :: phoenix version check 
Shell :: how to get ram detail in linux 
Shell :: react native installation 
Shell :: testresources install 
Shell :: ubuntu keeps freezing 20.04 
Shell :: git revert uncommitted changes 
Shell :: install vscode ubuntu command line 
Shell :: .desktop file 
Shell :: get public ssh key 
Shell :: install ext-pdo_sqlite 
Shell :: bash write to file specific line 
Shell :: ubuntu install groovy 
Shell :: albert for ubuntu 
Shell :: why i am not able to make a directory in htdocs folder in ubuntu 
Shell :: brew install notion 
Shell :: linux how to check what gpu 
Shell :: set selinux ubuntu 
Shell :: find gpu device id linux 
Shell :: postgres config file location 
Shell :: install getkirby 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =