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
When I use GNU stow to manage my config.json, Docker desktop crashes. The issue is probably with the fact that GNU stow uses relative links for symlinking.
Reproduce
Make a docker package with the folder structure .docker/config.json
changing CLI context: enabling docker context desktop-linux: rename /home//.docker/config.json105045726 ../dotfiles/docker/.docker/config.json: no such file or directory
The text was updated successfully, but these errors were encountered:
Description
When I use GNU stow to manage my config.json, Docker desktop crashes. The issue is probably with the fact that GNU stow uses relative links for symlinking.
Reproduce
.docker/config.json
Expected behavior
Docker desktop should launch.
docker version
Client: Docker Engine - Community Version: 27.4.1 API version: 1.47 Go version: go1.22.10 Git commit: b9d17ea Built: Tue Dec 17 15:47:13 2024 OS/Arch: linux/amd64 Context: desktop-linux Server: Docker Desktop 4.35.1 (173168) Engine: Version: 27.3.1 API version: 1.47 (minimum version 1.24) Go version: go1.22.7 Git commit: 41ca978 Built: Fri Sep 20 11:41:11 2024 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.7.21 GitCommit: 472731909fa34bd7bc9c087e4c27943f9835f111 runc: Version: 1.1.13 GitCommit: v1.1.13-0-g58aa920 docker-init: Version: 0.19.0 GitCommit: de40ad0
docker info
Diagnostics ID
DA3D13AB-F83A-417A-8270-3D1692CF355E/20250103123851
Additional Info
Launching Docker gives this error:
changing CLI context: enabling docker context desktop-linux: rename /home//.docker/config.json105045726 ../dotfiles/docker/.docker/config.json: no such file or directory
The text was updated successfully, but these errors were encountered: