https://bugzilla.redhat.com/show_bug.cgi?id=1033604
--- Comment #17 from Jan Pazdziora jpazdziora@redhat.com --- I'm sorry but at least on Fedora 20, with Dockerfile having just
# cat Dockerfile # Clone from the Fedora 20 image FROM fedora:20
I get
# docker run --privileged -ti -e 'container=docker' ContainerInterface /bin/bash bash-4.2# /usr/lib/systemd/systemd --system systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ) Detected virtualization 'other'.
Welcome to Fedora 20 (Heisenbug)!
Set hostname to <9982f7b90c53>. No control group support available, not creating root group. [ OK ] Reached target Remote File Systems. [ OK ] Listening on /dev/initctl Compatibility Named Pipe. [ OK ] Listening on Delayed Shutdown Socket. [ OK ] Reached target Paths. [ OK ] Reached target Encrypted Volumes. [ OK ] Listening on udev Kernel Socket. [ OK ] Listening on udev Control Socket. [ OK ] Listening on Journal Socket. Starting udev Coldplug all Devices... Segmentation fault bash-4.2#
The same when I throw yum upgrade -y there as well.