Yes, I use SE Linux, but I’ve followed the documentation.
➜ ~ rpm -qa | grep container-selinux
container-selinux-2.233.0-1.fc40.noarch
➜ ~ sudo docker info 2> /dev/null | grep selinux
selinux
➜ ~ cat /etc/docker/daemon.json
{
"selinux-enabled": true,
"ipv6": true,
"fixed-cidr-v6": "fd00:dead:beef:c0::/80",
"experimental": true,
"ip6tables": true
}
But above all, for months it worked normally, and then all of a sudden this bug happened.
DocFraggle
I tried to reboot my VPS, but it didn’t change anything unfortunately.
lightweight