Docker+debian+synology can't install pi-hole

Hello. I am using docker and I have installed a Debian distribution. When I run the command "curl -sSL https://install.pi-hole.net | bash" I get the following message:
rpc error: code = 2 desc 2 oci runtime error: exec failed: container_linux.go: 247: starting container process caused: "exec: " curl \ ": excecutable file not found
I ran before the command "apt-get update"

Merci pour votre aide.

I'm not a docker expert, but it looks like you need to install curl?

sudo apt install curl

can't recall if curl comes as part of the standard tools in debian or not, possibly not?

Hello Sarkyscouser,

I have the same message with "sudo apt install curl"

rpc error: code = 2 desc 2 oci runtime error: exec failed: container_linux.go: 247: starting container process caused: "exec: " sudo \ ": executable file not found

Just pull the docker image, don't try to run curl inside a container.

Ok and how pull the docker image without curl ? :open_mouth:

docker pull pihole/pihole

Same error message :déçu_relié:

Please post the entire output from docker pull pihole/pihole there should not be any mention of curl.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.