Skip to content

Instantly share code, notes, and snippets.

@zh-f
Created June 29, 2020 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zh-f/ea90bae644c0bdbb4bd3f1a3a3394447 to your computer and use it in GitHub Desktop.
Save zh-f/ea90bae644c0bdbb4bd3f1a3a3394447 to your computer and use it in GitHub Desktop.
$ yum list installed | grep docker
docker.x86_64 2:1.13.1-91.git07f3374.el7.centos
docker-client.x86_64 2:1.13.1-91.git07f3374.el7.centos
docker-common.x86_64 2:1.13.1-91.git07f3374.el7.centos
docker-compose.noarch 1.18.0-2.el7 @MJQ-CTyun-Yum-epel
python34-docker.noarch 2.6.1-1.el7 @MJQ-CTyun-Yum-epel
python34-docker-pycreds.noarch 0.2.1-1.el7 @MJQ-CTyun-Yum-epel
python34-dockerpty.noarch 0.4.1-9.el7 @MJQ-CTyun-Yum-epel
$ yum remove -y docker.x86_64 docker-common.x86_64
$ yum install container-selinux-2.107-3.el7.noarch.rpm
$ yum install docker-ce-18.06.3.ce-3.el7.x86_64.rpm
@zh-f
Copy link
Author

zh-f commented Jun 29, 2020

@zh-f
Copy link
Author

zh-f commented Jun 29, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment