mirror of
https://github.com/containers/podman.git
synced 2025-06-28 14:29:04 +08:00
Pod Volumes From Support
added support for a volumes from container. this flag just required movement of the volumes-from flag declaration out of the !IsInfra block, and minor modificaions to container_create.go Signed-off-by: cdoern <cdoern@redhat.com>
This commit is contained in:
@ -63,6 +63,8 @@ type InspectPodData struct {
|
||||
Devices []InspectDevice `json:"devices,omitempty"`
|
||||
// BlkioDeviceReadBps contains the Read/Access limit for the pod's devices
|
||||
BlkioDeviceReadBps []InspectBlkioThrottleDevice `json:"device_read_bps,omitempty"`
|
||||
// VolumesFrom contains the containers that the pod inherits mounts from
|
||||
VolumesFrom []string `json:"volumes_from,omitempty"`
|
||||
}
|
||||
|
||||
// InspectPodInfraConfig contains the configuration of the pod's infra
|
||||
|
Reference in New Issue
Block a user