Horje
how to install docker ubuntu Code Example
how to install docker ubuntu
sudo apt-get update
sudo apt-get upgrade
sudo apt install docker.io
systemctl start docker
systemctl enable docker
docker --version
install docker in ubuntu
$ sudo apt-get remove docker docker-engine docker.io
$ sudo apt-get update
$ sudo apt install docker.io
$ sudo snap install docker
$ docker --version
install docker ubuntu
sudo apt install docker.io -y
ubuntu install docker
# For a new user of docker, you can install it with snap
sudo snap install docker
Installing Docker Engine in Linux/Ubuntu
sudo apt-get install docker-ce docker-ce-cli containerd.io
apt-cache policy docker-ce
apt-cache madison docker-ce
# sudo apt-get install docker-ce=<VERSION_STRING> docker-ce-cli=<VERSION_STRING> containerd.io
Example
sudo apt-get install docker-ce=5:18.09.9~3–0~ubuntu-bionic docker-ce-cli=5:18.09.9~3–0~ubuntu-bionic containerd.io
docker — version
sudo service docker status




Shell

Related
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 Code Example error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 Code Example
upgrade ubuntu 16.04 to 20.04 Code Example upgrade ubuntu 16.04 to 20.04 Code Example
vim ubuntu install Code Example vim ubuntu install Code Example
crop video from specific time to specific time ffmpeg Code Example crop video from specific time to specific time ffmpeg Code Example
vscode give music permissions Code Example vscode give music permissions Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
17