On 2/2/19 4:45 AM, Robert P. J. Day wrote:
On Mon, 28 Jan 2019, Daniel Walsh wrote:
... big snip ...
atomic storage reset
I believe does the right thing. It should cleanup devicemapper as well.
just checking on this ... the "atomic" command is part of the "atomic" package, which is not technically required to run docker on my fedora 29 system, so it's currently not installed.
are you saying that that package would be applicable in my current situation?
rday
If you are using overlay, then you can simply rm -rf /var/lib/docker.
If you are using devicemapper, then you should either use atomic storage reset, or look what it is doing and then implement your own script to cleanup the devices.