install docker with yum ubuntu code example
Example 1: install docker linux
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
Example 2: docker for linux
$ sudo apt-get remove docker docker-engine docker.io containerd runc