摘要: #拉去镜像(注:我这里拉取过了,和你们显示的有出入) [root@centos-linux ~]# docker pull redis [root@centos-linux ~]# docker images #创建集群目录 [root@centos-linux ~]# mkdir redis-cl 阅读全文
posted @ 2020-09-03 15:48 四叶草的诗雨 阅读(1082) 评论(0) 推荐(1) 编辑
摘要: #拉取镜像 [root@centos-linux ~]# docker pull rabbitmq:3.6.12-management #查看镜像 [root@centos-linux ~]# docker images #方式一:构建容器 [root@centos-linux ~]# docker 阅读全文
posted @ 2020-09-03 13:49 四叶草的诗雨 阅读(297) 评论(0) 推荐(0) 编辑
摘要: import com.google.common.collect.Lists; import org.apache.commons.collections.CollectionUtils; import org.apache.commons.lang.ObjectUtils; import org. 阅读全文
posted @ 2020-09-03 13:47 四叶草的诗雨 阅读(4264) 评论(0) 推荐(0) 编辑
摘要: 环境前期有写,就不多说了 #拉取镜像 [root@centos-linux ~]# docker pull mysql:5.7 # 查看镜像 #创建和运行容器 [root@centos-linux ~]# docker run -p 3306:3306 --name mymysql -v $PWD/ 阅读全文
posted @ 2020-09-03 11:30 四叶草的诗雨 阅读(120) 评论(0) 推荐(0) 编辑