最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

关于 Windows 子系统 WSL ubuntu18.04 无法使用 sudo systemctl restart docker

业界 admin 3浏览 0评论

报错: 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



更多关于 WSL 问题可以去: https://github/microsoft/WSL/issues

报错: 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



更多关于 WSL 问题可以去: https://github/microsoft/WSL/issues
发布评论

评论列表 (0)

  1. 暂无评论