【发布时间】:2021-08-10 09:41:47
【问题描述】:
我在一台新机器上安装了 docker,并使用了以下教程https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04
我有以下输出。
~/code » sudo systemctl status docker ben@bagley
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2021-08-10 10:36:50 BST; 3s ago
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Main PID: 19143 (dockerd)
Tasks: 20
Memory: 28.3M
CGroup: /system.slice/docker.service
└─19143 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
但是,当我跑步时
curl -s "https://laravel.build/example-app?with=mysql,redis" | bash
我得到以下信息:Docker is not running.
【问题讨论】: