Hacker News new | past | comments | ask | show | jobs | submit login

Docker was designed to be very easy to get started on your laptop with one IP address and it looks like some people are getting stuck in that model.

I agree that if you are running on AWS VPC or some other overlay you should just use VPC for container networking. You shouldn't overlay your overlay. But there isn't any tooling that I know of to do that.




Everyone I know who runs Docker runs it in a virtual machine manager that has a built-in DHCP server and provide multiple virtual interfaces to the virtual machine. Certainly both VirtualBox and VMWare do.

Even if one runs a Docker bridge in his development VM, that doesn't one must do so in production as well.

Are we in this mess because production engineers don't understand networking?


We're in this mess because cloud providers don't give you all the functionality you need to solve things properly.

It's only a matter of time before they do, until then...




Consider applying for YC's W25 batch! Applications are open till Nov 12.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: