Gaslan
0
Q:

docker ubuntu installation

sudo apt install docker.io
5
sudo apt install docker.io -y
3
$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sudo sh get-docker.sh

<output truncated>
4
$ sudo apt-get update

$ sudo apt-get install \
    apt-transport-https \
    ca-certificates \
    curl \
    gnupg-agent \
    software-properties-common
2
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
1
$ sudo apt-get remove docker docker-engine docker.io containerd runc
1
sudo usermod -aG docker ${USER}
0

New to Communities?

Join the community