Guillaume J. Charmes
|
9107565d06
Make sure to close the network allocators
|
11 years ago |
Brian Olsen
|
6756e786ac
Just fixing gofmt issues in other people's code.
|
12 years ago |
pysqz
|
2f6ce27fde
Make sure 'Ghost' container is available with allocated IP
|
12 years ago |
Pascal Borreli
|
9b2a5964fc
Fixed typos
|
12 years ago |
Guillaume J. Charmes
|
a2f526dadc
Merge pull request #1435 from jpetazzo/userland-proxy-should-listen-on-inaddr-any
|
12 years ago |
Jérôme Petazzoni
|
fea2d5f2fe
Let userland proxy handle container-bound traffic
|
12 years ago |
Jérôme Petazzoni
|
9f1c9686e0
change network range to avoid conflict with EC2 DNS
|
12 years ago |
Guillaume J. Charmes
|
f5a8e90d10
Make sure the routes IP are taken into consideration + add unit test for network overlap detection
|
12 years ago |
Steeve Morin
|
2e72882216
Handle ip route showing mask-less IP addresses
|
12 years ago |
Victor Vieux
|
8165e51ecc
Merge branch '858-disable-network-configuration' of https://github.com/stfp/docker into stfp-858-disable-network-configuration
|
12 years ago |
Solomon Hykes
|
4714f102d7
Allocate a /16 IP range by default, with fallback to /24. Try a total of 12 ranges instead of 3.
|
12 years ago |
Stefan Praszalowicz
|
49673fc45c
Support completely disabling network configuration with docker -d -b none
|
12 years ago |
Louis Opter
|
fac0d87d00
Add support for UDP (closes #33)
|
12 years ago |
Caleb Spare
|
1cf9c80e97
Mutex style change.
|
12 years ago |
Jonathan Rudenberg
|
50b70eeb68
Remove code unreachable using Go 1.1
|
12 years ago |
Victor Vieux
|
95d66ebc6b
specify public port
|
12 years ago |
Guillaume J. Charmes
|
7ef9833dbb
Put back panic for go1.0.3 compatibility
|
12 years ago |
Victor Vieux
|
fd224ee590
linted names
|
12 years ago |
Victor Vieux
|
86ada2fa5d
drop/omit
|
12 years ago |
Victor Vieux
|
b515a5a9ec
go vet
|
12 years ago |
Guillaume J. Charmes
|
2e69e1727b
Create a subpackage for utils
|
12 years ago |
Solomon Hykes
|
7f1a32b9ff
Shutdown loopback-to-loopback proxy when unmapping a port
|
12 years ago |
Solomon Hykes
|
930e9a7e43
Emulate DNAT in userland for loopback-to-loopback connections. This makes container ports available from localhost.
|
12 years ago |
Solomon Hykes
|
61259ab4b4
Exclude loopback-to-loopback connections from DNAT rules, to allow userland proxying
|
12 years ago |
Guillaume J. Charmes
|
22893429ed
Go fmt
|
12 years ago |
Solomon Hykes
|
1601366cb6
Make it more clear when Docker fails to allocate a free IP range for its bridge
|
12 years ago |
Solomon Hykes
|
8cf30395a1
Changed default bridge interface do 'docker0'
|
12 years ago |
Solomon Hykes
|
793c1ad990
Merge remote-tracking branch 'origin/219-default-bridge-2'
|
12 years ago |
Solomon Hykes
|
febaeebfb8
Add tests of tcp port allocator
|
12 years ago |
Solomon Hykes
|
d32f184696
Fix a race condition when running the port allocator
|
12 years ago |