03 / 11

What's the difference between depends_on and links?

links is a legacy option that creates a network link between containers, allowing them to communicate. depends_on expresses a service dependency, influencing the startup order. However, for network communication, Docker's built-in DNS resolution is the modern and preferred approach