nfs_mounter job from docker-registry/3.6.0
The NFS Mounter sets up an NFS mount at a specific location. It can be used with the Cloud Controller to save assets to the NFS Server.
Github source:
4576b26
or
master branch
Properties¶
nfs_server
¶
address
¶NFS server for droplets and apps
idmapd_domain
¶Domain name for NFS idmapd
- Default
localdomain
nfsv4
¶bool to use NFS4
pipefs_directory
¶Pipefs directory for NFS idmapd
- Default
/var/lib/nfs/rpc_pipefs
share
¶Path to share from the remote NFS server
share_path
¶Location to mount the nfs share
- Default
/var/vcap/nfs
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/nfs_mounter/
directory
(learn more).
bin/post-stop
(frombin/post-stop
)bin/pre-start
(frombin/pre-start
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.