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

ERROR: for gitlab Cannot create container for service gitlab #1322

Open
andersonlin opened this issue Aug 8, 2017 · 3 comments
Open

ERROR: for gitlab Cannot create container for service gitlab #1322

andersonlin opened this issue Aug 8, 2017 · 3 comments
Labels

Comments

@andersonlin
Copy link

Hello,

I used the recommended configuration of docker-compose.yml, but it promotes the following error, does somebody has any ideas? many thanks!

#docker-compose up -d
Creating gitlab ... 
Creating gitlab ... error

ERROR: for gitlab  Cannot create container for service gitlab: mkdir /var/lib/docker/overlay/d70e968cfc8349b4e29c34dbf7fb8ab662b9ba7d66f6fc661ee6744e07868097-init/merged/dev/shm: invalid argument

ERROR: for gitlab  Cannot create container for service gitlab: mkdir /var/lib/docker/overlay/d70e968cfc8349b4e29c34dbf7fb8ab662b9ba7d66f6fc661ee6744e07868097-init/merged/dev/shm: invalid argument
ERROR: Encountered errors while bringing up the project.

#docker-compose --version
docker-compose version 1.14.0, build c7bdf9e

#docker --version
Docker version 17.06.0-ce, build 02c1d87

# cat /proc/version
Linux version 3.10.0-327.36.3.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC) ) #1 SMP Mon Oct 24 16:09:20 UTC 2016
@MichaelEischer
Copy link
Contributor

This is a docker problem:
It seems like docker has problems to create the overlay filesystem when using xfs, ext4 seems to work. See moby/moby#10294 for details.

@stale
Copy link

stale bot commented May 7, 2020

This issue has been automatically marked as stale because it has not had any activity for the last 60 days. It will be closed if no further activity occurs during the next 7 days. Thank you for your contributions.

@stale stale bot added the wontfix label May 7, 2020
@Kruemmelspalter
Copy link

For me, it also doesn't work with ext4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants