Failed to register layer : open...disk quota exceeded

Hi everyone !
First I run git clone https://github.com/sameersbn/docker-gitlab.git
And I move to /docker-gitlab and
when I want to run docker-compose up -d I have this error

Failed to register layer : open /home/git/gitlab/ disk quota exceeded

Please need help

You didn’t share actually much that helps us to understand your issue.
We basically know nothing about your setup, and how you configured your deployment.

Please share the output of

docker info
mount
df -h

Your problem is likely related to whatever you use as host path in the volume mapping:

  gitlab:
    ...
    volumes:
    - gitlab-data:/home/git/data:Z
...

Please share how you configured this line in your compose file.
Note: if your system does not use selinux, remove the :Z at the end of the line.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.