1 post tagged with "apparmor"

View All Tags

解决Linux kernel >=5.10.13无法使用Docker

Stitch-Zhang

Stitch-Zhang

A iddle programer

原因#

高版本Linux内核中Apparmor机制会使docker无法使用,具体表现为无法启动容器

其提示如下所示

···
caused: process_linux.go:495: container init caused: apply apparmor profile: apparmor failed to apply profile: write /proc/self/attr/exec: invalid argument: unknown.
···