Category: Deployment, Database, Docker, nginx, containerization

When we talk about Docker, we say that containers are isolated. How do we communicate with our containers, or other applications like MySQL database? It is not useful if we can't access it. Docker has a network concept. It has several network drivers to work with.

Related Articles