Page 1 of 1

Docker: imported ollama image error " Apparmor failed to apply profile: no such file or directory"

Posted: Wed Jun 11, 2025 11:07 pm
by peter_b
[PROBLEM]

I've exported a docker image of Ollama and OpenWebUI (on Xubuntu 22.04), then imported them tar files on an MX Linux (26 Libretto).
After re-tagging the exported repository image names, I was able to `docker create` them.

Now I'm greeted with this error message:
Apparmor failed to apply profile: no such file or directory
[SOLUTION]

Code: Select all

$ apt install apparmor
:D