Docker Server Re-Initialization

From NovaOrdis Knowledge Base
Revision as of 19:17, 23 May 2017 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Procedure

systemctl stop docker

If there is any content in /var/lib/docker/, it must be deleted. Files will be present if Docker has been used.

rm -rf /var/lib/docker/*
systemctl start docker
https://docs.openshift.com/container-platform/3.5/install_config/install/host_preparation.html#reconfiguring-docker-storage