Skip to content

Commit 4063d1a

Browse files
experiemt
1 parent 3624eca commit 4063d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ func (p *DockerProvider) CreateContainer(ctx context.Context, req ContainerReque
606606
Type: mount.TypeBind,
607607
Source: hostPath,
608608
Target: innerPath,
609-
BindOptions: &mount.BindOptions{Propagation: "slave"},
609+
BindOptions: &mount.BindOptions{Propagation: "private"},
610610
})
611611
}
612612
for volumeName, innerPath := range req.VolumeMounts {

0 commit comments

Comments
 (0)