shin-
3aefed2dc2
When lxcbr0 has several associated IPs, default to first one found
2013-03-21 09:19:22 -07:00
creack
ab99e9252d
Complete pull request #121 , init TCPAddr with named field
2013-03-20 06:02:25 -07:00
ezbercih
fac32cda5a
Fix issue #120 , initialize TCPAddr w/ field names
...
Current Go tip (+74e65f07a0c8) and likely Go 1.1 does not build docker since net.TCPAddr struct has an additional field now for IPv6:
type TCPAddr struct {
IP IP
Port int
Zone string // IPv6 scoped addressing zone
}
Initializing the struct with named fields resolves this problem.
2013-03-21 00:11:16 -03:00
Andrea Luzzardi
799ffa1763
Network: Port mapping support.
...
Implemented a port allocator and a port mapper that is able to forward TCP ports
from the host to the container.
2013-02-28 11:50:02 -08:00
Andrea Luzzardi
c08f5b2b84
Integrated the network allocator into Docker. A networking environment
...
is assigned to each container upon Start and released whenever the
container exits.
2013-02-25 14:06:22 -08:00
Andrea Luzzardi
797bb6e75b
Network allocator
2013-02-25 10:45:23 -08:00
Andrea Luzzardi
e0e49b9a22
Network: Do not assume that we are using a class C. Instead, compute the
...
IP addresses range and network size in order to allocate an IP address.
2013-02-21 18:33:23 -08:00
Andrea Luzzardi
6124c5eb31
Network: Simple random IP allocation on the bridge network.
2013-02-21 10:47:57 -08:00
Andrea Luzzardi
5039d4a280
Network: Automatically figure out the gateway and netmask by inspecting
...
the lxc bridge interface
2013-02-21 10:47:57 -08:00
Andrea Luzzardi
5cecd548cd
Basic networking support with hardcoded addresses. Work in progress.
2013-02-21 10:47:57 -08:00