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?