You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing issues before opening this one
Expected behavior
At least 10 or 20 container can be started even in virtual environments.
Actual behavior
got error message below when trying to start any additional container
ERROR: for service_name Cannot start service service_name: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:385: applying cgroup configuration for process caused: mkdir /sys/fs/cgroup/memory/docker/0b7ea1bef4d4638aedbf984a1caaf9b53f742ad7affeb028f9a8b6ca91bc5f01: permission denied: unknown
error cannot removed by restarting docker daemon
error disappears (it is possible to start at least 4 docker containers more) when restarting the virtual machine but appears again when restarting some container
running in virtual environment (Ubuntu 20.04 at Strato)
running docker 20.10.7
provider allows 1300 threads
fraction to be used by non operating system: processes: systemctl show --property=DefaultTasksMax : DefaultTasksMax=550 (default setting had been increased at advised by hoster support)
no zombie processes (ps aux | grep 'Z')
docker stats reports ~ 120 threads
htop report ~330 thread by docker (+20 by other processes)
Expected behavior
Actual behavior
Steps to reproduce the behavior
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.)
systemctl show --property=DefaultTasksMax
:DefaultTasksMax=550
(default setting had been increased at advised by hoster support)ps aux | grep 'Z'
)docker stats
reports ~ 120 threadshtop
report ~330 thread by docker (+20 by other processes)/etc/docker/daemon.json
The text was updated successfully, but these errors were encountered: