systemctl 시 오류:
Failed to get D-Bus connection: Operation not permitted
# 또는
System has not been booted with systemd as init system (PID 1). Can't operate.
docker run -u 0 --privileged -d --name 새이름 태그 /sbin/init
후 bash 실행하면 되긴 하지만 gitlab ci 에서 사용할 때는 이렇게 안 되기 때문에 실패.
init 실행 상태를 그대로 이미지에 담을 수 있는지 모르겠지만 귀찮아서 중단.
그냥 systemctl start httpd 대신 httpd 바이너리를 직접 실행하는걸로 마무리했다.