# TestHubSample **Repository Path**: www.likexian.me/test-hub-sample ## Basic Information - **Project Name**: TestHubSample - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-18 - **Last Updated**: 2022-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Test Hub Sample ## 简述 简单展示多个 docker-compose 之间的网络通信 ## 创建 network ```bash docker network create -d bridge hub-backend ``` ## Host ```host 127.0.0.1 test1.test.local 127.0.0.1 test2.test.local ```