Mounting NFS Shares on Container Start
If you configured an NFS share in the
/etc/fstab
file of a CentOS or RHEL-based Container, and you need this NFS share to be mounted on Container start, enable autostart for the
netfs
service with the
chkconfig netfs on
command.
|