Browse Source

Remove unused runconfig.Config.SecurityOpt field

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
Arnaud Porterie 10 năm trước cách đây
mục cha
commit
e39646d2e1
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      runconfig/config.go

+ 0 - 1
runconfig/config.go

@@ -33,7 +33,6 @@ type Config struct {
 	NetworkDisabled bool
 	NetworkDisabled bool
 	MacAddress      string
 	MacAddress      string
 	OnBuild         []string
 	OnBuild         []string
-	SecurityOpt     []string
 	Labels          map[string]string
 	Labels          map[string]string
 }
 }