mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
Switch all referencs to image.ContainerConfig to image.Config
This will more closely match what Docker is doing. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -1056,7 +1056,7 @@ func WithUserVolumes(volumes []string) CtrCreateOption {
|
||||
|
||||
// WithLocalVolumes sets the built-in volumes of the container retrieved
|
||||
// from a container passed in to the --volumes-from flag.
|
||||
// This stores the built-in volume information in the ContainerConfig so we can
|
||||
// This stores the built-in volume information in the Config so we can
|
||||
// add them when creating the container.
|
||||
func WithLocalVolumes(volumes []string) CtrCreateOption {
|
||||
return func(ctr *Container) error {
|
||||
|
Reference in New Issue
Block a user