@Value
- @if (!string.IsNullOrEmpty(Note))
- {
- @Note
- }
-
- /// driver: local
- /// driver_opts:
- /// type: cifs
- /// device: "//fileserver.local/share/subpath"
- /// o: "addr=fileserver.local,credentials=/etc/docker-cifs-credentials,file_mode=0660,dir_mode=0770,vers=3.0"
- ///
- /// The credentials= path points to a credentials file pre-deployed on the target host.
- ///