Starten Sie den Docker -Daemon
sudo systemctl start docker
sudo service docker start
FanieltheFan
sudo systemctl start docker
sudo service docker start
Net stop com.docker.service
Net start com.docker.service
sudo dockerd
Docker daemon is a persistent background process that manages the containers on
a single host.
It is a self-sufficient runtime that manages Docker objects
such as images, containers, network, and storage.
Docker daemon listens for REST API requests and performs a series of
container operations accordingly.
GET /events: Get container events from Docker
GET /images/json: List Docker images
By default this directory is: /var/lib/docker on Linux. C:\ProgramData\docker on Windows.
sudo dockerd
dockerd