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
Hi,
I have installed Docker desktop on windows 11 with the following version of lazydocker
Version: 0.23.1
Date: 2023-10-13T07:40:28Z
BuildSource: binaryRelease
Commit: 1060e17
OS: windows
Arch: amd64
after config the docker host variable with
$env:DOCKER_HOST = "unix:///var/run/docker.sock"
is giving me the following error
protocol not available
running the "docker context ls" I have to context
NAME TYPE DESCRIPTION DOCKER ENDPOINT KUBERNETES ENDPOINT ORCHESTRATOR
default * moby Current DOCKER_HOST based configuration unix:///var/run/docker.sock
desktop-linux moby Docker Desktop npipe:////./pipe/dockerDesktopLinuxEngine
but I want to use the default*
anyone knows how to fix it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have installed Docker desktop on windows 11 with the following version of lazydocker
Version: 0.23.1
Date: 2023-10-13T07:40:28Z
BuildSource: binaryRelease
Commit: 1060e17
OS: windows
Arch: amd64
after config the docker host variable with
$env:DOCKER_HOST = "unix:///var/run/docker.sock"
is giving me the following error
running the "docker context ls" I have to context
NAME TYPE DESCRIPTION DOCKER ENDPOINT KUBERNETES ENDPOINT ORCHESTRATOR
default * moby Current DOCKER_HOST based configuration unix:///var/run/docker.sock
desktop-linux moby Docker Desktop npipe:////./pipe/dockerDesktopLinuxEngine
but I want to use the default*
anyone knows how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions