一开始重启一直卡住,因为有很多docker进程的原因
systemctl status docker
systemctl stop docker
ps aux|grep docker|grep -v grep |awk ‘{print $2}’|xargs kill -9
systemctl start docker
一开始重启一直卡住,因为有很多docker进程的原因
systemctl status docker
systemctl stop docker
ps aux|grep docker|grep -v grep |awk ‘{print $2}’|xargs kill -9
systemctl start docker