It has been running normally on my Ubuntu since last week, no update has been made, and now, when I try to mount containers using Laradock, you 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 ... Can anyone help me?