OPS635 installation docker

From CDOT Wiki
Revision as of 19:22, 18 May 2020 by Peter.callaghan (talk | contribs) (Installation instructions for docker)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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