Questions tagged [docker-daemon]
114 questions
2
votes
2 answers
How can I shutdown Docker as if live-restore was not set?
I have set live-restore for most Docker hosts to support smooth minor version upgrades, but the documentation states that this feature is not suitable for major version upgrades. So the question is how to shut down dockerd and all containers, as if…

Harri
- 71
- 5
2
votes
1 answer
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": Service Unavailable
I know this question seems like very similar to many other questions. I also read many of them included this one, I tried all I can try for but still did not resolve my issue.
my issue
I am using Windows 10, Docker Desktop, I failed to build, pull…

Eric Cheng
- 477
- 1
- 9
- 24
2
votes
0 answers
Azure Devops Microsoft-hosted Ubuntu agent integration tests fail to call Docker Rest Api
We have a problem with Azure pipeline.
Inside pipeline we are running integration tests, those tests interacts with Docker Rest API to run specific containers (we are using Docker.DotNet for that). Everything works on on-premise hosted build agent,…

Mikhail Ch
- 51
- 4
2
votes
1 answer
DockerDesktopVM loops forever looking for "docker-proxy"
I am trying to run Docker Desktop on windows (10 enterprise) with an hyper-v backend.
But when docker tries to start the daemon, the hyper-v managed vm DockerDesktopVM fails to reach docker-proxy looping on the message
client: still waiting for…
2
votes
1 answer
TLS to protect Docker Daemon not working on Win - where to look in diagnostics files?
Anyone know where to look within the various Docker diagnostics files to diagnose why TLS is not working to protect the Docker Daemon on Docker Desktop for Windows?
Tried the following article from Docker and countless other articles to try to…

kvjava1
- 433
- 4
- 13
2
votes
0 answers
Docker container start issue
I am trying to start docker containers, Seems like it has failed. After Analyzing DockerD logs.
ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Mar 13 21:37:58 ubuntu-nuc2 dockerd[692]:…

sampat nayak
- 123
- 2
- 12
1
vote
0 answers
Docker container as Windows service start before login
I have created a container via Docker Desktop on a Windows PC and would now like to start this container like a service or daemon during system startup. If successful, the container would be accessible from its own network via 192.168.178.35:80…

Z.J
- 301
- 1
- 7
1
vote
1 answer
Can't get past "Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?" Error on Windows
I am a Windows user trying to run "docker-compose up" command but continue to get the error in title. I am writing this code in Ubuntu using WSL 2.
I have tried everything - from this post to this post - and have made sure I have docker installed…

Kurapika
- 11
- 1
- 2
1
vote
2 answers
How to check when docker daemon was restarted on widows?
I am running Docker Daemon on a windows server and I have several containers running on it.
In the last 2 days, the server was not restarted but the containers suddenly stopped running. When I open docker dashboard the containers show as they are…

YanaT
- 53
- 7
1
vote
0 answers
How do I find the IP addresses of the docker client and daemon on my machine?
I am trying to secure client daemon communication on windows by creating a certificate authority (CA).
The lab setup shown in the above image is used in the example but it says my lab will be different but I don't know how to find the IP addresses…

Michael93
- 109
- 1
- 12
1
vote
0 answers
How to configure docker daemon.json to always mount specific path?
I want to mount host's specific path always when container started.
Is it possible to configure daemon.json to do this rather than specify -v option from docker run command?

Dorr
- 577
- 1
- 8
- 22
1
vote
2 answers
Can I Run Docker Exec from an external VM?
I have a group of docker containers running on a host (172.16.0.1). Because of restrictions of the size of the host running the docker containers, I'm trying to set up an auto-test framework on a different host (172.16.0.2). I need my auto-test…

jencoston
- 1,262
- 7
- 19
- 35
1
vote
0 answers
Docker is unable to resolve docker and Kubernetes endpoing
When I am running the docker info command, I am getting the below error. The docker desktop showing the status as running.
unable to resolve docker endpoint: default orchestrator is kubernetes but unable to resolve kubernetes endpoint: invalid…

zilcuanu
- 3,451
- 8
- 52
- 105
1
vote
2 answers
Adding basic authentication to Go based reverse proxy server
I want to secure Docker daemon REST API using Go reverse proxy server. I found this article very relevant. I have never used Go so not sure how to implement basic authentication to this with static username and password. I tried all possible ways i…

anwar ul hasan
- 65
- 1
- 9
1
vote
2 answers
Azure CLI cannot conect to the Docker Daemon
I'm new with Kubernetes and Azure. I want to Deply my application and I am floowing the microsoft tutorial about kubernetes. At first I have created the resouce group and ACR instance. When I try to login in ACR console show this error:
Cannot…

Adrian Gago
- 67
- 3
- 7