# deploy-docker **Repository Path**: CJ_HGX/deploy-docker ## Basic Information - **Project Name**: deploy-docker - **Description**: 在部署docker的一个小demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-08 - **Last Updated**: 2024-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deploy-docker #### 介绍 在部署docker的一个小demo #### 软件架构 使用到 spingboot+mysql+redis完成案例 #### 安装教程 # 构建镜像 docker build -t deploy-docker:1.1 . # 开始容器编排 docker-compose up -d