https://rancher.com/ logo
Title
p

polite-engineer-55788

02/02/2023, 6:58 PM
@wide-garage-9465 do we have examples on how to use
rancher/k3d:x-dind
image ? I want to start a k3d cluster without mounting host docker sock
think I found one https://github.com/k3d-io/k3d-demo/blob/main/.drone.yml., Guess its relavant to all latest versions
I am trying to do some tests with k3d in VSCode Dev Containers
w

wide-garage-9465

02/02/2023, 7:07 PM
The E2E Tests in the repo use it. And yep, the drone example is also a good use case 👍
🙏🏽 1
p

polite-engineer-55788

02/02/2023, 7:48 PM
why does
k3d cluster create
with dind image always sets the k8s host to be
unix
when I use the DOCKER_HOST=unix:///var/run/docker.sock?
w

wide-garage-9465

02/02/2023, 8:00 PM
Not sure what you mean there? 🤔