The mounts for exec operations was misconstruing most input names as the root mount because it was using the wrong input index to match with the exec mounts. The correct input index is now being used so bind mounts and other types of mounts should now show the correct mount destination rather than only showing the root mount. Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>