解决方案:使用--privileged参数初始化容器
docker run -d -p 80:80 -it --privileged centos:centos8 /usr/sbin/init docker exec -it <container name> bash