Error loading container in Docker-Compose: `Cannot start service php-fpm: Apparmor...`

Asked

Viewed 46 times

1

It was working normally on my Ubuntu since last week, no update was made, and now, when I try to assemble containers using Laradock, get this:

$ docker-compose up -d apache2 mysql
Starting laradock_mysql_1 ...
Starting laradock_php-fpm_1 ... error
Starting laradock_mysql_1   ... error
ERROR: for laradock_php-fpm_1  Cannot start service php-fpm: AppArmor enabled on system but the docker-default profile could not be loaded.

ERROR: for laradock_mysql_1  Cannot start service mysql: AppArmor enabled on system but the docker-default profile could not be loaded.

ERROR: for php-fpm  Cannot start service php-fpm: AppArmor enabled on system but the docker-default profile could not be loaded.

ERROR: for mysql  Cannot start service mysql: AppArmor enabled on system but the docker-default profile could not be loaded.
ERROR: Encountered errors while bringing up the project.

I searched the net and found nothing ... Someone can help me?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.