OPS635 installation docker
Revision as of 13:55, 6 October 2022 by Peter.callaghan (talk | contribs) (Addign instructions for CentOS 9 Stream)
Centos 9
- Add the docker repo:
- dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
- Add the docker community edition package:
- dnf install docker-ce
Centos 8
- Add the docker repo:
- yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
- Add the docker community edition package:
- yum install docker-ce
- Update:
- yum update -y
Centos 7
- Add yum configuration manager:
- yum install yum-utils
- Add the docker repo:
- yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
- Add the docker community edition package:
- yum install docker-ce