Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install and enable docker on arch

sudo pacman -S docker # (docker, containerd, runc)
docker info
sudo systemctl enable --now docker

# Docker without sudo:
sudo usermod -aG docker $USER
reboot or [logout/login and restart docker.service]

# Docker-Desktop
>download from https://docs.docker.com/desktop/release-notes/
sudo pacman -U ./docker-desktop-<version>-<arch>.pkg.tar.zst
# dependencies= docker-compose, docker-scan

# Credentials Management:
gpg --generate-key
pass init <KEY-ID>
# SIGNIN on Docker-Desktop!
Comment

PREVIOUS NEXT
Code Example
Shell :: bash parameter count 
Shell :: upgrade keras version 
Shell :: lightgbm install 
Shell :: configure git 
Shell :: adb command to open deeplink 
Shell :: wtforms install 
Shell :: copy my ssh key 
Shell :: search for a commit in git logs 
Shell :: laravel command not found after installing laravel mac 
Shell :: could not connect to development server 
Shell :: nodemon install 
Shell :: terraform apply auto approve 
Shell :: git command to get the repo url 
Shell :: npm command not found ubuntu 
Shell :: git clone fatal: unable to access SSL certificate problem: self signed certificate in certificate chain 
Shell :: check if docker is running 
Shell :: ignore file ownership changes git 
Shell :: pc specs linux command 
Shell :: Another active Homebrew update process is already in progress 
Shell :: install monodevelopment arch linux 
Shell :: Install snapd on arch 
Shell :: find linux version 
Shell :: upgrade ubuntu version command line 
Shell :: how to install react on mac 
Shell :: if argument bash 
Shell :: ubuntu install libc6-i386 
Shell :: ERROR: Could not build wheels for numpy which use PEP 517 and cannot be installed directly 
Shell :: install rabbitmq on ubuntu 18.04 
Shell :: test nginx config mac 
Shell :: start elasticsearch service ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =