Questions tagged [docker-daemon]
114 questions
0
votes
1 answer
Suspicious ID in docker daemon logs
I'm facing an issue with a docker cluster and looking at the logs I've found a strange log entry:
Aug 3 02:48:36 dockerd: time="2020-08-03T02:48:36.967863272Z" level=info msg="NetworkDB stats (59eadb9debca) -…

hoisu
- 305
- 2
- 14
0
votes
1 answer
How to programatically enable 'Expose daemon on tcp://localhost:2375 without TLS' (Windows 10 v2004) on Hyper-V
I am trying to automate the installation and configuration of Docker on Windows 10 (v2004) using WSL2 and Docker Desktop.
By default the Docker Desktop setting Expose daemon on tcp://localhost:2375 without TLS is not enabled.
How can this option be…

Pantharian
- 61
- 1
- 2
- 5
0
votes
1 answer
Debugging `dockerd` with `dlv` fails
I am trying to understand something inside dockerd using dlv debugger. Unfortunately, every time I am trying to do that I am facing errors. I can't do dlv exec nor dlv attach.
The following diff shows some changes I applied to docker/docker to make…

mic4ael
- 7,974
- 3
- 29
- 42
0
votes
1 answer
docker run fails with "docker: Error response from daemon: Address already in use."
When I try to execute:
docker run --name openldap --detach osixia/openldap:1.3.0 --network=development
it fails with "address already in use"
If I run dockerd with the -D flag i can see it requesting an ip6 address, fe80::42:242:ac11:2, before it…

iou1
- 43
- 7
0
votes
1 answer
Getting docker error, daemon is missing signature key on docker pull
I have been trying to pull a docker image; which has been pushed successfully to the private jfrog repository using the same terminal and in same session. There comes no issues while pushing the image, however on doing a pull it is getting failed…

Jaraws
- 581
- 1
- 7
- 24
0
votes
1 answer
Pinging Docker Daemon via API Using Powershell fails
I'm trying to test from one machine on my LAN via PowerShell, whether or not the Docker Desktop Daemon (Win 10) is running on another machine on my LAN.
I'm using the latest version of Docker Desktop (Edge release):
For my testing, I've checked the…

J. Scott Elblein
- 4,013
- 15
- 58
- 94
-1
votes
2 answers
Docker Desktop install error on Mac book Pro - OS Monterey - Error: Error invoking remote method 'desktop-go-backend'
I tried installing Docker Desktop using Docker Desktop for Mac (Intel Chip) and it failed with the following error:
Error invoking remote method 'desktop-go-backend': Error: {"message":"installing vmnetd: retrieving vmnetd version from…

imaxxs
- 11
- 1
-1
votes
1 answer
Docker daemon error failing to resolve reference
i updated docker desktop today and now i can't run anything anymore with the following errors:
MBP:basic_amethyst ap$ botfront up
⠋ Checking Docker…

ap1393
- 37
- 10
-1
votes
1 answer
Enabling remote docker access via tcp with 127.0.0.1:2375 fails but work when using 0.0.0.0:2375
I'm currently running Ubuntu 20.04 and trying to expose remote docker access via tcp with the systemd approach, as listed in the official docker guide.
# config in docker.service.d
[Service]
ExecStart=
ExecStart=/usr/bin/dockerd -H fd:// -H…

Dric
- 13
- 2