# helloDocker **Repository Path**: helllp/helloDocker ## Basic Information - **Project Name**: helloDocker - **Description**: 这是一个docker实践相关的演示项目 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-07-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # helloDocker 这是一个docker实践相关的演示项目 ## springbootService 进行服务的开发 主要进行基于spring boot的服务开发演示 进行docker image的打包和发布 ``` # 打docker镜像 mvn docker:build # 发布到私服 mvn clean package docker:build -DpushImage ```