Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ERROR: failed to register layer: error creating overlay mount to /var/lib/docker/overlay2 #266

Open
lowrisk75 opened this issue Oct 15, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@lowrisk75
Copy link

Describe the bug
installing on a raspberry pi failing an return
ERROR: failed to register layer: error creating overlay mount to /var/lib/docker/overlay2/e7db2e0cbcd5d9bbe75d7c6430839a8d8096d27f0e9c2069bfc3bc4777029536/merged: too many levels of symbolic links

To Reproduce
Steps to reproduce the behavior:

  1. docker volume create yacht
  2. docker run -d -p 8000:8000 -v /var/run/docker.sock:/var/run/docker.sock -v yacht:/config --name yacht selfhostedpro/yacht

Expected behavior
Yacht container pulled and running

Screenshots

/opt/yacht $ docker-compose up -d
Creating network "yacht_default" with the default driver
Creating volume "yacht_yacht" with default driver
Pulling yacht (selfhostedpro/yacht:)...
latest: Pulling from selfhostedpro/yacht
5d3d1f5d17e4: Already exists
6e1cdb598384: Already exists
e4b42ba64a14: Already exists
3f882aebe594: Already exists
517fb20f3023: Already exists
22fc7d2a1018: Already exists
6b9bf24a9b96: Extracting [==================================================>]  118705ecfa49: Download complete
1bcbe823f2aa: Download complete
 118.2MB/119.9MBwnload complete
f8f06552119c: Download complete
d3460b293e94: Download complete
ab936285e7ce: Download complete
8f1ea332c817: Download complete
ERROR: failed to register layer: error creating overlay mount to /var/lib/docker/overlay2/e7db2e0cbcd5d9bbe75d7c6430839a8d8096d27f0e9c2069bfc3bc4777029536/merged: too many levels of symbolic links

I removed the volume a few time and created a new one but same issue

@lowrisk75 lowrisk75 added the bug Something isn't working label Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant