我是 Docker 新手。我正在尝试在 Windows 上使用它。我有 Windows 10 系列,所以我安装了 Linux Bash Shell。当我运行这个命令时:
$ docker run hello-world
Run Code Online (Sandbox Code Playgroud)
我得到:
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?。当我跑步时
$ systemctl status docker
Run Code Online (Sandbox Code Playgroud)
我明白了
System has not been booted with systemd as init system (PID 1). Can't operate
Run Code Online (Sandbox Code Playgroud)