CentOS Docker runs on CentOS 7.X. An installation on other binary compatible EL7 distributions such as Scientific Linux might succeed, but Docker does not test or support Docker on these distributions. These instructions install Docker using release…
env: os :centos 7 vmware steps: 1.yum -y install docker after installed ,using docker version cmd to check if docker installed success or not 2.service docker start 3. common cmd docker images docker ps docker ps -a docker pull docker push docker…