mirror of
https://github.com/containers/podman.git
synced 2025-11-13 01:29:06 +08:00
podman: add support for splitting imagestore
Add support for `--imagestore` in podman which allows users to split the filesystem of containers vs image store, imagestore if configured will pull images in image storage instead of the graphRoot while keeping the other parts still in the originally configured graphRoot. This is an implementation of https://github.com/containers/storage/pull/1549 in podman. Signed-off-by: Aditya R <arajan@redhat.com>
This commit is contained in:
@@ -52,6 +52,7 @@ type PodmanConfig struct {
|
||||
URI string // URI to RESTful API Service
|
||||
|
||||
Runroot string
|
||||
ImageStore string
|
||||
StorageDriver string
|
||||
StorageOpts []string
|
||||
SSHMode string
|
||||
|
||||
Reference in New Issue
Block a user