Understanding Docker Networking Part II
Docker is a helpful tool for application management. You can use Docker in various ways: in the standalone mode, using Docker Compose on a single host, or by deploying containers and connecting Docker engines across multiple hosts. The user can use Docker containers with the default network, the host network, or other more advanced networks like overlays. This depends on the use case and/or the adopted technologies.