зеркало из https://github.com/docker/engine-api.git
Merge pull request #17615 from WeiZhang555/17404-net-inspect-name
Include container names in `network inspect`
This commit is contained in:
Коммит
74f319d29d
|
@ -362,6 +362,7 @@ type NetworkResource struct {
|
|||
|
||||
// EndpointResource contains network resources allocated and used for a container in a network
|
||||
type EndpointResource struct {
|
||||
Name string
|
||||
EndpointID string
|
||||
MacAddress string
|
||||
IPv4Address string
|
||||
|
|
Загрузка…
Ссылка в новой задаче