This is extremely bad advice. Unless the OP understands what went wrong and how to fix it, advising them to change the image, change the architecture and mash random stuff into docker will only lead to more confusion and more problems in the future.I was using ISC docker images with my students dur
Try these
Background info on my setup
- ubuntu 24.04 + https://docs.docker.com/engine/install/ubuntu/ , arm64 (a
vm on mac, if it matters). Other distros should work fine too, as long it
can run docker compose.
- ubuntu/bind9:9.20-24.10_edge docker image . Mainly
because internetsystemsconsortium/
You have the error message. Cut and paste it from the logs and post it here.
Saying there is something to do with the user ‘bind’ when you have an actual
error message is wasting everyone’s time.
--
Mark Andrews
> On 30 Dec 2024, at 05:27, Pablo Andalaft Tarodo wrote:
>
> Hi all,
>
>
> T
Hi all,
Thanks for taking the time. I've been spending many hours on this, to no
solution. But, some things that may shine more light:
When the container is stuck restarting, the error, aside from exit code
1, is "user 'bind' is not recognised" or something similar, and checking
the contain
Hi Pablo,
On 27.12.24 21:17 Pablo wrote:
> This is my docker-compose.yml (my start command has to be sudoed for
> some reason, Debian 12 machine: sudo docker compose up -d):
Guess: Your user is not part of the docker group?
Side note: I avoid docker and use (rootless) podman instead, which can
I agree with the others, does it run standalone without docker complicating
things. I suggest running with -g option too to keep it in the foreground
and log to your terminal session.
Happy hunting,
Stace
Sent from Gmail Mobile
On Sat, 28 Dec 2024 at 12:22, Darren Ankney wrote:
> Hi Pablo,
Hi Pablo,
There is an official BIND docker image that might be useful?
https://hub.docker.com/r/internetsystemsconsortium/bind9
And yes - I agree with Michael. It is important to check the startup
logs for named to see why it wouldn't run.
Thank you,
Darren Ankney
On Fri, Dec 27, 2024 at 9:28
If it doesn't work without docker, then it probably won't work with Docker.
Probably all the clue you need is in the log files. Did you read them?
--
] Never tell me the odds! | ipv6 mesh networks [
] Michael Richardson, Sandelman Software Works|IoT arc
Hello,
I am new to Bind, DNS servers, and mailing lists, please excuse me if I
have missed something from the documentation or other mailing list
messages. I have been trying to set up a DNS server using docker
compose, but I am stuck with a setup that will always "exit with code
1". I may b
9 matches
Mail list logo