This message was deleted.
# rancher-desktop
a
This message was deleted.
k
What triggers that warning message?
r
i'm running a docker build on windows but I'm using rancher desktop as my docker host against WSL 2.0
so the security warning makes sense but as Docker Desktop does the same thing I'm wondering why using rancher generates the message but docker desktop doesn't. I'd rather not to get the warning at all
k
I assume you're just running
docker build ...
in a command/powershell session, correct? I see discussion on this message spanning 5 years at https://github.com/moby/moby/issues/20397#issuecomment-185471832 But I'm actually not familiar enough with Docker Desktop to be able to explain the difference. It could be that that app processes the output from its
dockerd
server before shuttling it back to the client.