mirror of
https://github.com/containers/podman.git
synced 2025-05-19 16:18:51 +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:
@ -668,6 +668,7 @@ func (p *Pod) Inspect() (*define.InspectPodData, error) {
|
||||
Mounts: inspectMounts,
|
||||
Devices: devices,
|
||||
BlkioDeviceReadBps: deviceLimits,
|
||||
VolumesFrom: p.VolumesFrom(),
|
||||
}
|
||||
|
||||
return &inspectData, nil
|
||||
|
Reference in New Issue
Block a user