adding in updates

This commit is contained in:
nathan wagner
2023-09-11 09:57:24 -04:00
parent a12bc79097
commit 027a8c16e7
3 changed files with 14 additions and 49 deletions

View File

@@ -87,7 +87,7 @@ func runInspect(dockerCli command.Cli, in inspectOptions) error {
securityOpts = append(securityOpts, fmt.Sprintf("%s=%q", k, v))
}
if len(securityOpts) > 0 {
fmt.Fprintf(w, "Security Options:\t%s\n", strings.Join(securityOpts, " "))
fmt.Fprintf(w, "Security Options:\t%s\n", strings.Join(driverOpts, " "))
}
if err := n.Err; err != nil {