nfs4-acl-tools

https://help.aliyun.com/zh/nas/user-guide/use-nfsv4-acls-to-control-access?spm=a2c4g.11186623.0.0.4bc4e6e2NK0B9w

sudo apt-get install nfs4-acl-tools


docker & nfs

docker use vfs type storage dirver default, which is well kown for pool performace since nfs only support part of file system feature. In order to take benifit of NAS, you can choose leverage NFS for docker volumes

或者你直接在nas中开发,容器默认,卷开挂载。Postgres

转移