Upgrading Docker

From WilliamsNet Wiki
Revision as of 01:36, 3 August 2019 by DrEdWilliams (talk | contribs) (Created page with "The only case where special attention is required is for GPU nodes in the development cluster (or any other edge case that has a special configuration contained in the /etc/do...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The only case where special attention is required is for GPU nodes in the development cluster (or any other edge case that has a special configuration contained in the /etc/docker/daemon.json configuration file.

The general procedure is as follows:

  1. copy the /etc/docker/daemon.json file aside
  2. upgrade docker
  3. replace the /etc/docker/daemon.json file
  4. restart docker

These steps are implemented for the dev cluster in the 'update-docker.sh' script in the k8s-admin repository on GitLab.