support for defining docker network opts
This commit is contained in:
@@ -117,8 +117,9 @@ type (
|
||||
|
||||
// Network that is created and attached to containers
|
||||
Network struct {
|
||||
ID string `json:"id,omitempty"`
|
||||
Labels map[string]string `json:"labels,omitempty"`
|
||||
ID string `json:"id,omitempty"`
|
||||
Labels map[string]string `json:"labels,omitempty"`
|
||||
Options map[string]string `json:"options,omitempty"`
|
||||
}
|
||||
|
||||
// Auth defines dockerhub authentication credentials.
|
||||
|
||||
Reference in New Issue
Block a user