运行无根 Podman 时如何挂载 NFS 共享mynfsserver.example.com:/path/to/share ?
截至今天(2022 年 1 月 8 日),我正在运行最新发布的 Podman。
$ podman --version
podman version 3.4.4
$
Linux 内核版本为5.15.12。
$ uname -r
5.15.12-200.fc35.x86_64
$
如果您正在运行 Podman 和 Linux 内核的最新开发分支,Podman 现在支持无根挂载 NFS 共享。
在运行无根 Podman 时挂载 NFS 共享:
podman volume create --opt type=nfs --opt o=async --opt device=mynfsserver.example.com:/path/to/share
不幸的是,官方软件包中的支持需要一些时间。(Podman 3.4.4和Linux 5.15.12不支持)
参考:
Podman 聊天频道消息 2022 年 1 月 6 日: