This message was deleted.
# rancher-desktop
a
This message was deleted.
c
Hello, is there any other information you can provide? There are logs that might might give some of us here some better insights.
c
@colossal-pager-23236 if you don't need Kubernetes you can disable it form the config.
c
i found some docker-ce windows install script im gonna try. I dont want a stupid manager app anyways, rancher, docker gui app, etc.. they are all stupid crap, I just want to use cmd line docker without it failing
w
an aside but one of the annoying parts of ce on WSL is that WSL does not like to run headless. it will spin down the VM if there are no open sessions. so if you were running docker-cli from your host it gets old quick. if you are using docker-cli in the WSL session no worries, but othrwise you can keep it running with something like
C:\Windows\System32\wsl.exe -d <docker-ce distro name> -- mkdir -p /tmp/xdg; XDG_RUNTIME_DIR=/tmp/xdg dbus-launch true