https://bugzilla.redhat.com/show_bug.cgi?id=1111233
Bug ID: 1111233 Summary: RHEL6: docker run fails on --privileged Product: Fedora Version: rawhide Component: docker-io Assignee: lsm5@redhat.com Reporter: vbatts@redhat.com QA Contact: extras-qa@fedoraproject.org CC: admiller@redhat.com, golang@lists.fedoraproject.org, hushan.jia@gmail.com, lsm5@redhat.com, mattdm@redhat.com, mgoldman@redhat.com, s@shk.io, vbatts@redhat.com
Description of problem: running a privileged container should not fail, but it does
Version-Release number of selected component (if applicable): docker-io-1.0.0-3.el6.x86_64
How reproducible: consistent
Steps to Reproduce: 1. docker run -it --rm --privileged fedora echo HOWDY 2. 3.
Actual results: 2014/06/19 09:58:45 Error: Cannot start container 807ea2ed77cdd98dd7dd5600aa363be6ae64c022a03dde70e033d5e7283808ab: stat /dev/.udev/db/bsg:0:0:0:0: no such file or directory
Expected results: HOWDY
Additional info: This appears to already be resolved in docker/master branch.