报错: System has not been booted with systemd as init system (PID 1). Can’t operate.
重启 docker 守护进程报错
root@DESKTOP-04S0A5K:/etc/init.d# sudo systemctl restart docker
System has not been booted with systemd as init system (PID 1). Can't operate.
root@DESKTOP-04S0A5K:/etc/init.d#
可以尝试使用
sudo service docker restart
或者使用
sudo /etc/init.d/docker restart