As I was working on my container implementation I noticed that 'mount-file-system' doesn't support bind mounting regular files because it assumes that all mount points are directories. This patch fixes that.