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

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
peter_b
Chatterbox
Posts: 389
Joined: Tue Nov 12, 2013 2:05 am

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

Post 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
Post Reply