NAME 名称

podman-volume-reload - Reload all volumes from volumes plugins
podman-volume-reload - 重新加载所有来自卷插件的卷

SYNOPSIS 概要

podman volume reload

DESCRIPTION 描述

podman volume reload checks all configured volume plugins and updates the libpod database with all available volumes. Existing volumes are also removed from the database when they are no longer present in the plugin.
podman volume reload 检查所有配置的卷插件,并使用所有可用的卷更新 libpod 数据库。当插件中不再存在时,现有卷也会从数据库中删除。

This command it is best effort and cannot guarantee a perfect state because plugins can be modified from the outside at any time.
这个命令是尽力而为的,不能保证完美的状态,因为插件随时可以从外部修改。

Note: This command is not supported with podman-remote.
注意:此命令不支持 podman-remote。

EXAMPLES 示例

Reload the volume plugins.
重新加载卷插件。

$ podman volume reload
Added:
vol6
Removed:
t3

SEE ALSO 参见 ¶

podman(1), podman-volume(1)
podman(1),podman-volume(1)