mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
0bec6a3ae1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ func (t *TransportPort) GetCopy() TransportPort {
|
||||||
return TransportPort{Proto: t.Proto, Port: t.Port}
|
return TransportPort{Proto: t.Proto, Port: t.Port}
|
||||||
}
|
}
|
||||||
|
|
||||||
// PortBinding represent a port binding between the container an the host
|
// PortBinding represent a port binding between the container and the host
|
||||||
type PortBinding struct {
|
type PortBinding struct {
|
||||||
Proto Protocol
|
Proto Protocol
|
||||||
IP net.IP
|
IP net.IP
|
||||||
|
|
Loading…
Add table
Reference in a new issue