Docker-compose error

Hi all and congrats for the jobs on 1.8

I tried 2 docker deployment on differents servers (both debian8) and one of them returned this :

[root@regie-18 xibo-docker] $ docker-compose up -d
Creating network “xibodocker_default” with the default driver
Pulling cms-db (mysql:5.6)…
5.6: Pulling from library/mysql
6d827a3ef358: Extracting [==================================================>] 51.44 MB/51.44 MB
ed0929eb7dfe: Download complete
03f348dc3b9d: Download complete
fd337761ca76: Download complete
ac3f5f870257: Download complete
38a247b5bcdf: Download complete
8d528ca18a06: Download complete
70601d0f6e97: Download complete
1d7a793f527d: Download complete
f41d31cfc041: Download complete
99ed2ca78eac: Download complete
ERROR: failed to register layer: ApplyLayer exit status 1 stdout: stderr: permission denied

Does anyone knows what is happening here ?

I expect your user account doesn’t have permission to create a file somewhere.

Did you add your user account to the docker system group?

Are you using the Docker packages that come with Debian, or the ones from Docker project repository?

Found !

The error comes from the second server is a ProxMox Container LXC and it seems to be a problem according to what I see a little everywhere on the web