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
{{ message }}
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
I'm unable to install the volumes-backup-extension. Error msg is:
[steve@cosmos volumes-backup-extension]$ docker extension install docker/volumes-backup-extension:latest Extensions can install binaries, invoke commands and access files on your machine. Are you sure you want to continue? [y/N] y Image not available locally, pulling docker/volumes-backup-extension:latest... Extracting metadata and files for the extension "docker/volumes-backup-extension:latest" Installing service in Desktop VM... Setting additional compose attributes Installing Desktop extension binary "docker-credentials-client" on host... Desktop extension binary "docker-credentials-client" installed Installing Desktop extension UI for tab "Volumes Backup & Share"... Extension UI tab "Volumes Backup & Share" added. rename /tmp/412012752-ext-install/docker_volumes-backup-extension /home/steve/.docker/desktop/extensions/docker_volumes-backup-extension: invalid cross-device link Removing extension docker/volumes-backup-extension:latest... Removing extension containers... Extension containers removed VM service socket forwarding stopped Extension UI tab Volumes Backup & Share removed Extension image docker/volumes-backup-extension:latest removed Extension "Volumes Backup & Share" removed installation could not be completed due to: rename /tmp/412012752-ext-install/docker_volumes-backup-extension /home/steve/.docker/desktop/extensions/docker_volumes-backup-extension: invalid cross-device link
I also tried to build from source but with the same error. Kernel boot arg overlay.metacopy=N or echo N | sudo tee /sys/module/overlay/parameters/metacopy
doesn't help :-(
The text was updated successfully, but these errors were encountered:
I just tried and have same issue, I have recent Docker Desktop:
Extension was not installed. Reason: installation could not be completed due to: forwarding VM socket "/run/guest-services/docker_volumes-backup-extension/ext.sock" to "\\\\.\\pipe\\dockerExtensions-docker_volumes-backup-extension-ext": Put "http://ipc/forwards/expose/pipe": context deadline exceeded
docker version
Client:
Version: 27.2.0
API version: 1.47
Go version: go1.21.13
Git commit: 3ab4256
Built: Tue Aug 27 14:17:17 2024
OS/Arch: windows/amd64
Context: desktop-linux
Server: Docker Desktop 4.34.3 (170107)
Engine:
Version: 27.2.0
API version: 1.47 (minimum version 1.24)
Go version: go1.21.13
Git commit: 3ab5c7d
Built: Tue Aug 27 14:15:15 2024
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.7.20
GitCommit: 8fc6bcff51318944179630522a095cc9dbf9f353
runc:
Version: 1.1.13
GitCommit: v1.1.13-0-g58aa920
docker-init:
Version: 0.19.0
GitCommit: de40ad0
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm unable to install the volumes-backup-extension. Error msg is:
[steve@cosmos volumes-backup-extension]$ docker extension install docker/volumes-backup-extension:latest Extensions can install binaries, invoke commands and access files on your machine. Are you sure you want to continue? [y/N] y Image not available locally, pulling docker/volumes-backup-extension:latest... Extracting metadata and files for the extension "docker/volumes-backup-extension:latest" Installing service in Desktop VM... Setting additional compose attributes Installing Desktop extension binary "docker-credentials-client" on host... Desktop extension binary "docker-credentials-client" installed Installing Desktop extension UI for tab "Volumes Backup & Share"... Extension UI tab "Volumes Backup & Share" added. rename /tmp/412012752-ext-install/docker_volumes-backup-extension /home/steve/.docker/desktop/extensions/docker_volumes-backup-extension: invalid cross-device link Removing extension docker/volumes-backup-extension:latest... Removing extension containers... Extension containers removed VM service socket forwarding stopped Extension UI tab Volumes Backup & Share removed Extension image docker/volumes-backup-extension:latest removed Extension "Volumes Backup & Share" removed installation could not be completed due to: rename /tmp/412012752-ext-install/docker_volumes-backup-extension /home/steve/.docker/desktop/extensions/docker_volumes-backup-extension: invalid cross-device link
I also tried to build from source but with the same error. Kernel boot arg overlay.metacopy=N or echo N | sudo tee /sys/module/overlay/parameters/metacopy
doesn't help :-(
The text was updated successfully, but these errors were encountered: