You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running Rancher Desktop as well as Docker Desktop for Windows and when the latter starts it changes the docker context to docker-linux or docker-windows. When I close it, it stays set.
Rancher Desktop seems to work with the default context. When I start Rancher Desktop it does not set the context, so any command issued in a terminal will fail until the context is reset to default with docker context use default.
Proposed Solution
I see two paths:
When Rancher desktop starts it should set the docker context to default.
Another good option would be to use the context Docker Desktop uses, called docker-linux, and set to: npipe:////./pipe/dockerDesktopLinuxEngine.
Additional Information
I'm on 1.16.0. I use both Windows and Linux containers.
The text was updated successfully, but these errors were encountered:
Problem Description
I'm running Rancher Desktop as well as Docker Desktop for Windows and when the latter starts it changes the docker context to
docker-linux
ordocker-windows
. When I close it, it stays set.Rancher Desktop seems to work with the default context. When I start Rancher Desktop it does not set the context, so any command issued in a terminal will fail until the context is reset to
default
withdocker context use default
.Proposed Solution
I see two paths:
When Rancher desktop starts it should set the docker context to
default
.Another good option would be to use the context Docker Desktop uses, called
docker-linux
, and set to:npipe:////./pipe/dockerDesktopLinuxEngine
.Additional Information
I'm on
1.16.0
. I use both Windows and Linux containers.The text was updated successfully, but these errors were encountered: