When running 'docker run -i -t /bin/bash centos:centos7', I get permission denied error.<br />
<br />
If I pass '--privileged' option to docker run it starts the container, and drops me to the bash shell.<br />
<br />
Why is it necessary to run in privileged mode?
↧