Skip to content

Commit f76ebfc

Browse files
authored
Merge pull request #240 from runcom/rprivate-1.13.1
[1.13.1] make secret mount rprivate
2 parents f27a6fc + addc83b commit f76ebfc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

container/container_unix.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ func (container *Container) SecretMount() *Mount {
263263
Source: container.SecretMountPath(),
264264
Destination: containerSecretMountPath,
265265
Writable: false,
266+
Propagation: "rprivate",
266267
}
267268
}
268269

0 commit comments

Comments
 (0)