mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #691] failed to register layer: open /usr/lib/systemd/system/system-systemd\x2dcryptsetup.slice: invalid argument #523
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#523
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/691
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.