Some applications cannot work in containers because of apparmor permissions, namespaces or functionality unsupported by the kernel on the host system. Below is an example of a mariadb service error:
mariadb.service: Failed to set up mount namespacing: Permission denied
This error occurred when running the container in privileged mode …
read more