Questions tagged [docker-daemon]
114 questions
0
votes
0 answers
Get "https:://registry-1.docker.io/v2/" http: server gave http response to https client
Im on the remote server, which is linux machine. I am trying to pull some base images like nginx, alpine. when I used docker pull nginx, it gives me this error(server gave https response to https client with this…

Naga Manideep
- 31
- 4
0
votes
0 answers
Issue: cannot connect to the Docker daemon
I have created a Ubuntu base image and installing Docker in that base image. The installation was successful but I'm not sure why this docker daemon is not running.
Here is my docker file
FROM ubuntu
RUN apt update && apt upgrade -y
\#SHARED…
0
votes
0 answers
peer create channel is not working when docker daemon is using userns-remap option
I want to run the docker daemon with user namespace enabled. But, I am getting below error when starting docker daemon with "userns-remap":"default" option in daemon.json file.
2023-02-24 08:05:59.051 UTC [main] InitCmd -> ERRO 001 Cannot run peer…

Satya Narayana
- 454
- 6
- 20
0
votes
1 answer
Docker not working anymore after applying updates to OpenMediaVault
After a security update, OpenMediaVault 5 would not let Docker launch stacks.
Logs seems to indicate those problems comes from app-armor refusing the Docker daemon to do its thing....
Ideas ?
I tried to launch Portainer without success.
I tried to…

Philippe Gagné
- 1
- 1
0
votes
0 answers
Docker: server/daemon not running so unable to run any commands
docker info
Client:
Context: default
Debug Mode: false
Plugins:
buildx: Docker Buildx (Docker Inc., v0.10.0)
compose: Docker Compose (Docker Inc., v2.15.1)
dev: Docker Dev Environments (Docker Inc., v0.0.5)
extension: Manages Docker…

Anil Kumar
- 11
- 1
0
votes
0 answers
No access to Container Create
I am using testconatiners to start a container on a Jenkins instance. Testcontainers uses the Docker Engine API to start this container. However, when it tries to do so, sending a POST request to the /containers/create endpoint, it receives the…

Ben
- 332
- 3
- 16
0
votes
1 answer
docker: Error response from daemon: invalid volume specification: '/var/run/docker.sock:/var/run/docker.sock' - Windows 10
I want to install Appwrite for Windows 10, I copied and pasted the CMD command in their installation docs but I keep getting:
docker: Error response from daemon: invalid volume specification:
'/var/run/docker.sock:/var/run/docker.sock'
PS: I have…
0
votes
1 answer
error during connect: This error may indicate that the docker daemon is not running in cmd
I am a beginner at Docker. I need to create two containers for mongo and mongo-express. But, I'm getting an error as error during connect: This error may indicate that the docker daemon is not running.
Then I tried below steps:
I run the cmd as…

Nimasha Madhushani
- 190
- 3
- 17
0
votes
1 answer
docker-compose failing in Azure DevOps Server with exit code 1, dockerd might not be running?
I'm trying to publish some code one of our developers has written as a docker-compose and I'm hitting a snag where the process is failing with exit code 1.
A bit about the environment...
Pipeline running in Azure DevOps Server
Build agent is running…

Curtis Gray
- 3
- 3
0
votes
0 answers
Can't start `dockerd` in dev container with wsl2
I'm trying to set up a dev-container in VS code that is able to run docker-compose and spin up some containers. I'm using Windows, so using wsl2 (and have docker desktop installed). I am able to install docker in the dev-container and it runs, but…
user12245915
0
votes
1 answer
Is there a way to know what is causing a memory leak on a docker swarm?
We are running a docker swarm and using Monit to see resources utilisation. The
Process memory for dockerd keeps on growing over time. This happens on all nodes that at least perform a docker action e.g docker inspect or docker exec. I'm suspecting…

E_K
- 2,159
- 23
- 39
0
votes
0 answers
How to i modify my commands to set up a custom version of pi-hole to my container
I can't install pi-hole in my container due to it not officially supporting the CPU architecture ("mips"). It has however been performed by https://www.reddit.com/r/pihole/comments/fnhfb8/pihole_for_mips_ci20/, but I'm not sure how to modify my yml…

Jacob
- 19
- 6
0
votes
0 answers
Im trying to run a pi-hole docker container and get the error message "no matching manifest for linux/mipsle in the manifest list entries"
Update: It turns out it can't install pi-hole due to it not officially supporting the CPU architecture ("mips"). It has however been performed by https://www.reddit.com/r/pihole/comments/fnhfb8/pihole_for_mips_ci20/ that guy, but I'm not sure how to…

Jacob
- 19
- 6
0
votes
1 answer
i keep getting "services.pihole.environment must be a mapping" while trying to run a docker container, is something wrong with my yml file?
Trying to paste the following code into a .yml file using ssh to access the host computer thats running openWRT. i copied it in via vim, is there a chance i get weird indent erros from copying?
when i try to run the container i get the "must be…

Jacob
- 19
- 6
0
votes
0 answers
Job for docker.service failed because the control process exited with error code while trying to start docker service in Manjaro[Arch]
Getting this error while running docker pull manjarolinux/base:
Using default tag: latest
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
List of the previous commands that I've run:
sudo groupadd…

Shourya Shikhar
- 1,342
- 1
- 11
- 29