You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FlagPathPermsUsage="Set path permissions in optimized image"
174
174
FlagPathPermsFileUsage="File with path permissions to set"
175
-
FlagPreservePathUsage="Keep path from orignal image in its initial state (changes to the selected container image files when it runs will be discarded)"
175
+
FlagPreservePathUsage="Keep path from original image in its initial state (changes to the selected container image files when it runs will be discarded)"
176
176
FlagPreservePathFileUsage="File with paths to keep from original image in their original state (changes to the selected container image files when it runs will be discarded)"
177
177
FlagIncludePathUsage="Keep path from original image"
178
178
FlagIncludePathFileUsage="File with paths to keep from original image"
Copy file name to clipboardExpand all lines: pkg/app/sensor/app.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ func Run() {
200
200
log.Info("sensor: Instrumented containers require root and ALL capabilities enabled. Example: `docker run --user root --cap-add ALL app:v1-instrumented`")
0 commit comments