On all my Debian Server, I’ve frequently this error:
# docker-compose up -d
Removing gitlab_gitlab
gitlab_redis is up-to-date
gitlab_postgresql is up-to-date
Recreating 015ae5304b6d_gitlab_gitlab
ERROR: for gitlab Unable to remove filesystem for 015ae5304b6dc83da84d612b40e4743c6bfffbd77018fa44d9df4ac4d5e05b50: remove /var/lib/docker/containers/015ae5304b6dc83da84d612b40e4743c6bfffbd77018fa44d9df4ac4d5e05b50/shm: device or resource busy
ERROR: Encountered errors while bringing up the project.
Versions:
# cat /etc/debian_version
8.6
# docker version
Client:
Version: 1.12.3
API version: 1.24
Go version: go1.6.3
Git commit: 6b644ec
Built: Wed Oct 26 21:39:14 2016
OS/Arch: linux/amd64
Server:
Version: 1.12.3
API version: 1.24
Go version: go1.6.3
Git commit: 6b644ec
Built: Wed Oct 26 21:39:14 2016
OS/Arch: linux/amd64
I’ve tried various umounting steps from solutions I’ve found from the internet but only way I’ve been able to solve this issue myself was server reboot.