-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Description
File: engine/reference/commandline/volume_create.md
"Edit This Page" doesn't allow me to update for some reason, so I will state it here.
Could we change it from:
The built-in local driver on Windows does not support any options.
To something like this:
The built-in local driver on Windows does not support any options; therefore, Windows engine
cannot create a volume mapped to NFS drive. Use of smb and bind mount is recommended
instead.
For hosts running on Azure or AWS, CloudStor plugin can provide connections to persistent storage.
Reasoning:
Because options are not supported on Windows engine with volume create
, it cannot pass url and credential for NFS connection. Also, NFS client on Windows does not support NFS ver 4 (which makes up majority of installations) too. We should document this as limitation until feature will be added.
smb is recommended here too
https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/container-storage#smb-mounts