Skip to content

Commit

Permalink
Change mount flag from --bind to --rbind
Browse files Browse the repository at this point in the history
Signed-off-by: JenTing Hsiao <[email protected]>
  • Loading branch information
jenting committed Aug 8, 2022
1 parent 3c23517 commit 4e82fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ws-daemon/pkg/content/initializer.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func RunInitializer(ctx context.Context, destination string, initializer *csapi.
Destination: "/dst",
Source: destination,
Type: "bind",
Options: []string{"bind", "rprivate"},
Options: []string{"rbind", "rprivate"},
})

spec.Hostname = "content-init"
Expand Down

0 comments on commit 4e82fd1

Please sign in to comment.