gliderlabs / connectable

Magic proxy for internal services
MIT License
464 stars 44 forks source link

[Docker 1.8] NetworkMode changed to "default" #23

Open JohnyDays opened 9 years ago

JohnyDays commented 9 years ago

Been using docker 1.8 (1.8.1 but I believe this is a 1.8 change) and I had to change connectable to detect NetworkMode=("bridge" || "default") because of the new networking layer. Are you interested in these changes? Since docker 1.8 is now a stable release, I'd reckon supporting it is a priority.

progrium commented 9 years ago

That'd be great.