0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-11-09 17:20:39 +00:00

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

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.