youki
youki copied to clipboard
create mount_rootfs method
The implementation of mounting differs between Youki and runc. https://github.com/containers/youki/issues/2718
Therefore, we want to modify Youki to adopt runc's mounting logic.
As the first step, I've created a new method mount_rootfs
.
I will implement the mounting logic step by step in this method.