I added one shard folder and a gpu to a container ,but found the mount output from container seems weird . All of them are mount as ext4 fs .
Yep, that’s normal, that’s how Linux reports bind-mounts, it shows the original device rather than the source path being bind-mounted.
You can look at /proc/self/mountinfo for a more detailed view which does usually let you figure out bind-mounts.
