Skip to content

Commit 91a75e0

Browse files
CLOUDP-312241: [AtlasCLI] Podman local seed tests fail with Podman issue (#3844)
1 parent 487d0d2 commit 91a75e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/container/podman.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ func (e *podmanImpl) ContainerRun(ctx context.Context, image string, flags *RunF
113113
podmanOpts.HealthRetries = flags.HealthRetries
114114
}
115115
if flags.Volumes != nil {
116+
podmanOpts.Volumes = map[string]string{}
116117
for _, volume := range flags.Volumes {
117118
podmanOpts.Volumes[volume.HostPath] = volume.ContainerPath
118119
}

0 commit comments

Comments
 (0)