Description of problem: Anolis OS 23.2 docker 镜像无法通过 /sbin/init 保持后台运行 Version-Release number of selected component (if applicable): REPOSITORY TAG IMAGE ID CREATED SIZE registry.openanolis.cn/openanolis/anolisos 23.2 4d5b44bb2675 3 months ago 324MB How reproducible: Always Steps to Reproduce: 1. docker pull registry.openanolis.cn/openanolis/anolisos:23.2 2. sudo docker run --name "an-test" -d 4d5b44bb2675 /sbin/init 3. sudo docker exec -it an-test /bin/bash Actual results: Error response from daemon: container d9fd5a055a453c1e366a12f57ae4a61b7f13b7936d68b397c71641d3e28527af is not running Expected results: container is alive and we can access its shell through docker cli. Additional info: