Having a weird issue running dind on k8s when mounting volumes from host
so I have docker which runs another docker container using host socket a specify -v command to that children docker but the mounted directory contains only .go directory.
The very same command works just fine on local machine
There's no errors in the output.
+ docker run -v /home/jenkins/agent/workspace/app/test:/src busybox:latest /bin/sh -c 'find /src'
/src
/src/.go
/src/.go/bin
/src/.go/bin/linux_amd64
/src/.go/bin/linux_amd64/linux_amd64
/src/.go/cache
Thanks