Merge pull request #45854 from thaJeztah/daemon_config_remove_contextfield

daemon/config: remove unused CommonConfig.Context
This commit is contained in:
Bjorn Neergaard 2023-06-30 10:19:49 -06:00 committed by GitHub
commit 75ee002347
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,7 +146,6 @@ type DNSConfig struct {
type CommonConfig struct {
AuthorizationPlugins []string `json:"authorization-plugins,omitempty"` // AuthorizationPlugins holds list of authorization plugins
AutoRestart bool `json:"-"`
Context map[string][]string `json:"-"`
DisableBridge bool `json:"-"`
ExecOptions []string `json:"exec-opts,omitempty"`
GraphDriver string `json:"storage-driver,omitempty"`