【发布时间】:2020-03-30 17:17:32
【问题描述】:
我是 Docker 新手。我正在尝试在 Windows 上使用它。 我有 Windows 10 系列,所以我安装了 Linux Bash Shell。 当我运行这个命令时:
$ docker run hello-world
我得到:
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?。
当我跑步时
$ systemctl status docker
我明白了
System has not been booted with systemd as init system (PID 1). Can't operate
【问题讨论】:
-
你是如何在 Windows 上安装 Docker 的?你安装了 Docker 桌面吗?还是 Docker 工具箱?
标签: docker ubuntu windows-10