Difference between revisions of "OPS635 installation docker"

From CDOT Wiki
Jump to: navigation, search
(Installation instructions for docker)
(No difference)

Revision as of 19:22, 18 May 2020


Centos 8

  • Add the docker 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