Open TheSimpleZ opened 4 years ago
Looks like it's failing to load;
/etc/apparmor.d/tunables/home.d/ubuntu at line 7: Found unexpected character: ''
Afaik that file is part of ubuntu itself, so wondering if something changes there; could you post the content of that file?
Sure! Here it is. Looks pretty empty:
$ sudo cat /etc/apparmor.d/tunables/home.d/ubuntu
# This file is auto-generated. It is recommended you update it using:
# $ sudo dpkg-reconfigure apparmor
#
# The following is a space-separated list of where additional user home
# directories are stored, each must have a trailing '/'. Directories added
# here are appended to @{HOMEDIRS}. See tunables/home for details.
Should i try running the command mentioned in the comments?
Expected behavior
Container starts.
Actual behavior
Steps to reproduce the behavior
Everything was working fine in Ubuntu 19.10. I upgraded to 20.04 and started getting the above error message no matter what container i try to run. Even tried re-installing docker.
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.) This is on my own laptop.