mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Kube Play - allow creating image based volumes
Add volume.podman.io/image annotation to allow setting the source image Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
@ -61,6 +61,7 @@ A Kubernetes PersistentVolumeClaim represents a Podman named volume. Only the Pe
|
||||
- volume.podman.io/gid
|
||||
- volume.podman.io/mount-options
|
||||
- volume.podman.io/import-source
|
||||
- volume.podman.io/image
|
||||
|
||||
Use `volume.podman.io/import-source` to import the contents of the tarball (.tar, .tar.gz, .tgz, .bzip, .tar.xz, .txz) specified in the annotation's value into the created Podman volume
|
||||
|
||||
|
Reference in New Issue
Block a user