Update plugin.go

This commit is contained in:
Konstantin Lebedev 2016-10-10 23:27:03 +05:00 committed by GitHub
parent 9f69474b46
commit 6797c73579
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ type (
Bip string // Docker daemon network bridge IP address
DNS []string // Docker daemon dns server
MTU string // Docker daemon mtu setting
IPv6 bool // Docker daemon IPv6 networking
}
// Login defines Docker login parameters.