Use this command
docker run -d -it --privileged {Image ID} /usr/sbin/init
And access root in container
systemctl start httpd.service
This should work!
Use this command
docker run -d -it --privileged {Image ID} /usr/sbin/init
And access root in container
systemctl start httpd.service
This should work!