Oktay DERMAN

Results 3 comments of Oktay DERMAN

just switch to default context, after installed docker desktop docker cli commands is being forwarded to docker desktop instead of docker engine docker context ls docker context use default

Use following content for the desktop file to open warp in x11 [Desktop Entry] Categories=System;TerminalEmulator; Comment[en_US]= Comment= Exec=env WAYLAND_DISPLAY=, warp-terminal %U GenericName[en_US]=TerminalEmulator GenericName=TerminalEmulator Icon=dev.warp.Warp Keywords=shell;prompt;command;commandline;cmd; MimeType= Name[en_US]=Warp Name=Warp Path= StartupNotify=true...

I have resolved the problem by the reference of this issue: https://github.com/docker/buildx/discussions/2239 I added following config to buildx configuration, this option applies at docker builder create step. I am surprised...