docker部署springBoot+mysql+redis

1.安装mysql docker pull mysql:5.7  https://github.com/ChenXbFrank/springboot-mysql-redis-demo/ (下载代码即可) 配置文件根据docker环境配置的信息进行修改 2.将jar和dockerfile文件放到centos中的同一个文件夹,制作镜像 docker build -t [容器名] .   注意:后面有个
相关文章
相关标签/搜索