Please refer to installation steps here
Some additional installation methods are available (at your own risk ;-))
Please refer to installation steps here (requires DockerHUB registration)
Please refer to installation steps here (requires DockerHUB registration)
Please refer to installation steps here
$ sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
$ sudo apt-get update
$ sudo apt-get install docker-ce docker-ce-cli containerd.io
$ sudo yum install docker-ce docker-ce-cli containerd.io
$ sudo systemctl start docker
More about docker installation at Docker website.