I noticed in some CentOS 7 containers an init boot failure with systemd-remount-fs.service. Not fatal but I traced the cause to /etc/fstab, which contains the following:
/dev/root / rootfs defaults 0 0
When logging into the CentOS container, /dev/root does not exist. Commenting out that...