I recently revieved an email from someone who made the mistake of volume mounting /root into his container with the :Z option. docker run -ti -v /root:/root:Z fedora sh The container ran fine, and everything was well on his server machine until the next time he tried to ssh into the server. The…