Updated on 2022-02-21 GMT+08:00

ERROR6102 Docker is not running

Description

Docker is not running.

Possible Causes

Docker is stopped.

Solution

Run the following command to check the Docker status:

systemctl status docker

  • If Docker is not started, run the following command to start it:

    systemctl start docker

  • If the startup fails, view Docker logs as prompted to locate the cause. For example, the Docker configuration file (/etc/docker/daemon.json) fails to be parsed.