Skip to content

Understanding Network Seggregation in Docker-Compose

Did you ever wonder why use different networks in docker-compose?

There are a number of reasons. I think the most important one is to test how proxies etc work. And this is exactly what we try now in this lecture - create two different networks and see how seggregation really works.