Hi everyone. After recent update something happened to my docker.
I wanted to start my project with docker compose but got this error:
Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: selinux label is specified in config, but selinux is disabled or not supported: "unknown"
I’ve managed to fix that by adding privileged: true
to container definition in my docker-compose.yml.
My question is: what’s the issue? Before this update it was working fine. And I don’t think there was major version update so why did it break compatibility?