# springboot-docker **Repository Path**: xhx520/springboot-docker ## Basic Information - **Project Name**: springboot-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**: 2024-07-11 - **Last Updated**: 2024-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = springboot docker插件生成镜像 == 参考文档 https://segmentfault.com/a/1190000038433068x[还在使用第三方Docker插件?SpringBoot官方插件真香!] https://mp.weixin.qq.com/s/3X6vVdWmjmWCyiLm35jpVw[还在手动部署SpringBoot应用?试试这个自动化插件!] https://blog.csdn.net/qq_31387691/article/details/138630461[docker 开启 tcp 端口]#这个是不验证的有安全隐患# https://blog.csdn.net/lms99251/article/details/125847227[docker开启TLS远程访问 2376] https://dmp.fabric8.io/[fabric8io/docker-maven-plugin 官网] https://github.com/fabric8io/docker-maven-plugin[github fabric8io] == registry 设置账号密码 https://blog.51cto.com/u_16213303/10678130[docker registry部署设置帐号密码] == 镜像的上传下载操作 https://cr.console.aliyun.com/repository/cn-chengdu/a379924269/busybox/details[参考的的阿里云地址] == 运行我的镜像 docker run --name web -p 8888:8888 -d registry.cn-chengdu.aliyuncs.com/dnp/springboot-docker:v3 == centos搭建docker镜像Harbor仓库的简明方法 为什么要 == 阿里云服务器如何安装Docker https://startup.aliyun.com/info/1079158.html[阿里云服务器如何安装Docker] == io.fabric8 的docker仓库账号密码配置 参考 https://dmp.fabric8.io/#authentication[官方文档]第8章 注意:id配置成服务器的域名或仓库地址