https://bugzilla.redhat.com/show_bug.cgi?id=1046469

te...@doramail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |te...@doramail.com



--- Comment #2 from te...@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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to