docker install ubuntu
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-common
sudo apt-get update
sudo apt-get upgrade
sudo apt install docker.io
systemctl start docker
systemctl enable docker
docker --version
Also in Shell:
- How to delete docker images from docker hub using a shell script serverfault
- how to check if pygame is installed in ubuntu
- install snap change in progress ubuntu
- delete git origin
- ubuntu open file from terminal
- docker install ubuntu
- git pull hard
- node run shell command
- source fish config
- shell count number of columns
- linux log serial to binary file
- How to upload a files to a repository on github using gitbash
- how to remove unnecessary packages in linux
- linux move everything in a directory to another directory
- change user linux
- git rename branch
- debian 10 buster mysql
- git clone repo with name
- command to edit in terminal linux
- find text in any file linux
- unstage staged files git
- git return from detached head
- how to kill tasks using grep
- git config --global http.sslverify "false" This command resolve my problem