mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
failed to register layer: open /usr/lib/systemd/system/system-systemd\x2dcryptsetup.slice: invalid argument #523
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Fabxx on GitHub (Aug 29, 2023).
happens after downloading the packages from docker in arch linux
@StefanoBelloni commented on GitHub (Mar 12, 2024):
Hello,
I had the same problem:
I have dual boot Windows/Linux and there is a partition (
ntfs) that I can access from both OS.I tried to move
/var/lib/dockerinto this disk, however after I restarteddocker, the same error appeared for every container.When I moved back
/var/lib/dockerinto its original location the problem disappeared.Maybe your problem is also related to this.