This message was deleted.
# rancher-desktop
a
This message was deleted.
g
Just use docker image, but don't use docker run.
use kubectl
s
I'm not using kubernetes, I just want to run two containers from a docker-compose stack
w
wondering if it might be a udp thing. if you go tcp does it work?
s
Yeah, a DNS query over TCP on port 5300 from the host works
(if I change the port forward to 53/tcp)
w
may be a limitation of the forwarding into the VM because its connectionless
s
ah yes, couldn't find that earlier
thanks for your help
I've 👍 'd the issue
w
won’t be as performant, but most named will support tcp. it is a bit of a change for the consumers though so it may not be a workable option
s
it does, and luckily I am only putting a few thousand queries per second through it - I'll probably have to switch to docker engine on a separate box or back to docker desktop, I guess!
👍 1
561 Views