# docker **Repository Path**: xwpd/docker ## Basic Information - **Project Name**: docker - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-21 - **Last Updated**: 2021-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基础 docker 环境 ### 使用 1. 先在项目的根目录运行 docker-compose up 创建网络 ```shell script docker-compose up ``` 1. 进入需要的环境目录,运行对应的容器,如启动所有db ```shell script cd ./db docker-compose up -d ```