Any documentation for "docker volume create" that shows supported types for local driver

I see a link for the high level usage of docker volume create, but I can not find the supported types for the local driver.
i.e. --opt type=nfs --opt o=addr=1.2.3.4,rw --opt device=:/some/export --name foo

From the examples of others posting here I know type=nfs is valid, but is NFSv4 supported? if so that is the type? is SMB supported? etc.

1 Like