Changes

Jump to: navigation, search

OPS635 installation docker

81 bytes added, 20:41, 12 June 2023
m
Protected "OPS635 installation docker": OER transfer ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
[[Category:OPS535]][[Category:OPS635]][[Category:peter.callaghan]][[Category:docker]]
 
= 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, adding the --nobest flag to avoid an error with a dependency:** yum install --nobest docker-ce* Update to get the newer version of that dependency:
** yum update -y
 
= Centos 7 =
* Add yum configuration manager:

Navigation menu