====== Docker - Networking - Connect a Container to Multiple Networks ====== Containers can be connected to multiple networks, allowing them to communicate across different network segments. ---- ===== Connect an existing container to a network ===== docker network connect additional-network container1 ----