1podman-volume-reload(1)     General Commands Manual    podman-volume-reload(1)
2
3
4

NAME

6       podman-volume-reload - Reload all volumes from volumes plugins
7
8

SYNOPSIS

10       podman volume reload
11
12

DESCRIPTION

14       podman  volume  reload checks all configured volume plugins and updates
15       the libpod database with all available volumes.  Existing  volumes  are
16       also  removed  from the database when they are no longer present in the
17       plugin.
18
19
20       This command it is best effort and cannot guarantee a perfect state be‐
21       cause plugins can be modified from the outside at any time.
22
23
24       Note: This command is not supported with podman-remote.
25
26

EXAMPLES

28              $ podman volume reload
29              Added:
30              vol6
31              Removed:
32              t3
33
34
35

SEE ALSO

37       podman(1), podman-volume(1)
38
39
40
41                                                       podman-volume-reload(1)
Impressum