https://rancher.com/ logo
Title
c

clean-pager-20838

06/14/2022, 11:52 PM
using my distros
docker image ls
i can see rancher images, using
.rd/bin/docker
i cannot. is that a special filter?
p

proud-jewelry-46860

06/15/2022, 1:04 AM
No; we just set up a separate docker context (and if sudo is disabled, switch to it). Actually, we should be shipping a pretty unpatched version of the
docker
CLI.
c

clean-pager-20838

06/15/2022, 1:06 AM
confirmed. i was getting random behaviour with both. it threw me off. I am assuming it was caused by things restarting in the VM?
p

proud-jewelry-46860

06/15/2022, 1:07 AM
Likely, but the progress bar wasn't supposed to go away until the VM is ready. Out of curiosity, are you running Kubernetes? (That is, is the Enable Kubernetes checkbox in Rancher Desktop checked?)
c

clean-pager-20838

06/15/2022, 1:18 AM
yep. but not 'using' it yet. i wait for it to start but i am mostly issuing docker build/create/run commands only
p

proud-jewelry-46860

06/15/2022, 1:20 AM
Right, I was wondering if it's something like you're not enabling it and then we finish waiting too early. But that doesn't sound like it.
Hmm, need to go, but I'll try to check back on this thread later.
c

clean-pager-20838

06/15/2022, 6:03 PM
could not reproduce this today with a simple startup. as soon as virtual machine was up according to the UI (and k8s, services were still loading),
docker images
worked every time
i will try a factory reset later on and report back