docker icon indicating copy to clipboard operation
docker copied to clipboard

docker compose insecure/mariadb/fpm example 'OCI runtime create failed'

Open BenRoe opened this issue 3 years ago • 0 comments

I use the docker-compose.yml from the .example/insecure/mariadb/fpm folder.

If i run docker compose up i get the following error.

Attaching to nextcloud-app-1, nextcloud-cron-1, nextcloud-db-1, nextcloud-redis-1, nextcloud-web-1
Error response from daemon: failed to create shim: 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/7e2e2f15361bc969c1f5bd009ed9881a4c94256c1a4e161dbd18b6f6b88bace7: permission denied: unknown

I tried it with user: "1000:1000" for the app container, but same problem.

System is Debian 10.13 with Plesk.

BenRoe avatar Sep 19 '22 12:09 BenRoe