Docker Swarm 创建 NFS 共享卷创建共享卷123456docker volume create \ --driver local \ --opt type=nfs \ --opt o=addr=<NFS_SERVE
2026-05-11