Zend certified PHP/Magento developer

How can you mount one docker container’s rootfs into another container?

I have two docker containers and need to inspect the rootfs of one container from another container.

How can I mount container1’s rootfs as container2:/mnt/c1root/ ?