st
stctr
#1
I want to uninstall Docker from my Centos 7(CyberPanel) server. Just couldn’t find a way how to do it ![]()
I want to uninstall Docker from my Centos 7(CyberPanel) server. Just couldn’t find a way how to do it ![]()
sudo yum remove docker-ce docker-ce-cli containerd.io
Checkout this Uninstall Docker from Linux (CentOS 7, RedHat 7)
will be help full for you
yum remove docker\*
Worked for me.