https://bugzilla.redhat.com/show_bug.cgi?id=1046469
test1@doramail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |test1@doramail.com
--- Comment #2 from test1@doramail.com --- Still see it in RHEL7.
To reproduce, you need to start two Fedora based container in privileged mode. If you start only one in privileged mode, there will be no problem.
Dockerfile
FROM centos:centos7 RUN yum -y swap -- remove fakesystemd -- install systemd systemd-libs CMD ["/usr/sbin/init"]
Script
docker build -t test . docker run -d --privileged test docker run -d --privileged test