Cleanup and setting up docker-storage-setup
In this example, vdb partition is used.
vgremove docker-vg
pvremove /dev/vdb1
parted /dev/vdb rm 1
wipefs -af /dev/vdb
systemctl stop docker
rm -rf /var/lib/docker
rm -f /etc/sysconfig/docker-storage
docker-storage-setup
systemctl start docker
No comments:
Post a Comment