adding in updates
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user