【Docker】CentOS8のDockerイメージでsystemctlを実行しようとすると「System has not been booted with systemd as init system (PID 1). Can’t operate.」と出る

1 2 |
docker run -d --privileged --name centos8 centos:8 /sbin/init docker exec -it 93cf198ff349 /bin/bash |
1 2 |
dnf -y install httpd systemctl start httpd |