This video demonstrate the process of installing Docker in CentOS
Commands:
yum-config-manager --add-repo https://download.docker.com/linux/cen...
yum-config-manager --enable docker-ce-edge
Other way to download:
curl -fsSL https://get.docker.com -o get-docker.sh