Implement configurable engine options
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
package engine
|
||||
|
||||
type EngineOptions struct {
|
||||
Dns []string
|
||||
GraphDir string
|
||||
Ipv6 bool
|
||||
Labels []string
|
||||
LogLevel string
|
||||
StorageDriver string
|
||||
SelinuxEnabled bool
|
||||
TlsCaCert string
|
||||
TlsCert string
|
||||
TlsKey string
|
||||
TlsVerify bool
|
||||
RegistryMirror []string
|
||||
ArbitraryFlags []string
|
||||
Dns []string
|
||||
GraphDir string
|
||||
Ipv6 bool
|
||||
InsecureRegistry []string
|
||||
Labels []string
|
||||
LogLevel string
|
||||
StorageDriver string
|
||||
SelinuxEnabled bool
|
||||
TlsCaCert string
|
||||
TlsCert string
|
||||
TlsKey string
|
||||
TlsVerify bool
|
||||
RegistryMirror []string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user