Docker Server Re-Initialization

From NovaOrdis Knowledge Base
Revision as of 19:15, 23 May 2017 by Ovidiu (talk | contribs) (Created page with "=Internal= If Docker is already running, re-initialize Docker: This will destroy any containers or images currently on the host. # systemctl stop docker # rm -rf /var/l...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

If Docker is already running, re-initialize Docker:

This will destroy any containers or images currently on the host.

  1. systemctl stop docker
  2. rm -rf /var/lib/docker/*
  3. systemctl restart docker

If there is any content in /var/lib/docker/, it must be deleted. Files will be present if Docker has been used prior to the installation of OpenShift Container Platform.

Then go to https://docs.openshift.com/container-platform/3.5/install_config/install/host_preparation.html#reconfiguring-docker-storage