Environment centos7 eight
The docker container reported an error using the systemctl command:
[root@d7a74069b83c yum.repos.d]# systemctl status firewalld System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down
Solution:
Add the parameter — privileged when starting the container
[root@localhost ~]# docker run -itd --name c8 --privileged centos /usr/sbin/init 6a6a3c9f9fa9acc59d62a6e82ccb6a637db8aada004aa8a096c6061108c6b144 [root@localhost ~]# docker exec -it c8 /bin/bash