Skip to content
Advertisement

Docker cgroup.procs no space left on device

After some problem with Docker and my dedicated server with a Debian (the provider give some OS image without some features needed by Docker, so I recompiled Linux kernel yesterday and activate the features needed, I followed some instruction in blog).

Now I was happy to have success with docker I tried to create image… and I have an error.

JavaScript

More informations :

JavaScript

System :

JavaScript

Edit: command du -sk /var

JavaScript

Edit: command fdisk -l

JavaScript

Disk /dev/loop0:

JavaScript

Advertisement

Answer

I installed docker via docker-lxc in the debian repos, I followed a tuto. I tried another solution (with success), I updated my source.list /etc/apt/source.list from jessie to sid, I removed docker-lxc with a purge and I installed docker.io.
The error changed. It was mkdir -p /sys/... can't create dir : access denied So I find a comment in a blog and I tried the solution it was to comment this line previously added by the tutorial :

JavaScript

and reboot the server.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement