This message was deleted.
# rancher-desktop
a
This message was deleted.
h
have been trying the ideas here, but the behavior I'm seeing is similar: https://github.com/rancher-sandbox/rancher-desktop/issues/3777
some further debugging on this - after clearing out everything related to rancher and starting fresh, I was able to get a simple docker running. I am now getting a hang after starting a HomeAssistant docker, installed using docker compose as such: https://www.home-assistant.io/installation/linux (I turned off privileged mode as I believe it is not required). After starting the container, I could do docker ps and it showed the container as running, but then about a minute later, docker ps now hangs (as well as docker info); even
docker version
hangs. The container itself is not responsive In the diagnostic log I see many lines as such:
2023-08-17T15:58:27.799Z: Check CONNECTED_TO_INTERNET result: {"description":"The application cannot reach the general internet for updated kubernetes versions and other components, but can still operate.","passed":true,"fixes":[]}
Any other tips on getting HomeAssistant running in docker with Rancher?
132 Views