Профиль Docker по умолчанию не может быть загружен - PullRequest
0 голосов
/ 08 октября 2018

Он работал нормально на моем Ubuntu с прошлой недели, обновление не производилось, и теперь, когда я пытаюсь смонтировать контейнеры с помощью laradock, он получает следующее:

$ 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.

Я искал в сети и ничего не нашел ..Кто-нибудь может мне помочь?

...