上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 76 下一页
摘要: 步骤 1、拉取tomcat镜像 docker pull tomcat 2、创建容器 创建tomcat容器;并挂载了webapps目录 docker run -di --name=mytomcat -p 9000:8080 -v /usr/local/tomcat/webapps:/usr/local 阅读全文
posted @ 2022-06-27 16:33 周文豪 阅读(450) 评论(0) 推荐(0)
摘要: 一、安装npm install vue-perfect-scrollbar cmd进入项目根目录,执行如下命令: cnpm install vue-perfect-scrollbar 二、新建scrollbar.vue文件 1、引入 import VuePerfectScrollbar from ' 阅读全文
posted @ 2022-06-23 16:52 周文豪 阅读(1037) 评论(0) 推荐(0)
摘要: 一、docker update docker update:更新一个或多个容器的配置。 语法 docker update [OPTIONS] CONTAINER [CONTAINER...] OPTIONS 说明 名称描述 --blkio-weight 阻塞IO (相对权重),介于10到1000之间 阅读全文
posted @ 2022-06-17 15:55 周文豪 阅读(7552) 评论(0) 推荐(1)
摘要: 报错如下: [HPM] Error occurred while trying to proxy request /api/user/getInnerLabel from 192.168.43.242:9528 to http://192.168.43.242:8008 (ECONNREFUSED) 阅读全文
posted @ 2022-06-17 14:10 周文豪 阅读(2175) 评论(0) 推荐(0)
摘要: 安装步骤: 1、拉取镜像 docker pull rabbitmq 2、创建并运行 RabbitMQ 容器 命令如下: docker run -d -p 15672:15672 -p 5672:5672 -e RABBITMQ_DEFAULT_VHOST=/ -e RABBITMQ_DEFAULT_ 阅读全文
posted @ 2022-06-17 12:09 周文豪 阅读(1730) 评论(0) 推荐(0)
摘要: 一、私有仓库搭建 1、拉取私有仓库镜像 docker pull registry 2、启动私有仓库容器 docker run -di --name=registry -p 5000:5000 registry 3、访问 打开浏览器 输入地址http://宿主机ip:5000/v2/_catalog, 阅读全文
posted @ 2022-06-16 20:45 周文豪 阅读(525) 评论(0) 推荐(0)
摘要: 解决办法: 1、将/etc/docker/daemon.json文件删除 2、文件内容改为:‘ { "insecure-registries": ["宿主机ip:5000"], "registry-mirrors": ["https://docker.mirrors.ustc.edu.cn"] } 阅读全文
posted @ 2022-06-16 19:26 周文豪 阅读(855) 评论(0) 推荐(0)
摘要: 一、在服务器安装docker # 1、yum 包更新到最新 sudo yum update # 2、作用:安装需要的软件包, yum-util 提供yum-config-manager功能,另外两个是devicemapper驱动依 赖的 sudo yum install -y yum-utils d 阅读全文
posted @ 2022-06-16 08:54 周文豪 阅读(3285) 评论(0) 推荐(0)
摘要: 参考文章:https://www.cnblogs.com/zhangyjblogs/p/14163702.html 一、官方参考指南 https://github.com/ctripcorp/apollo/wiki/%E5%88%86%E5%B8%83%E5%BC%8F%E9%83%A8%E7%BD 阅读全文
posted @ 2022-06-15 14:16 周文豪 阅读(1264) 评论(0) 推荐(0)
摘要: 由于oralce官方现在无法下载,现在网盘提供下载。 下载链接: 链接:https://pan.baidu.com/s/1iPHRC8VyCgtw1UR0VBMYgA 提取码:3nth --来自百度网盘超级会员V5的分享 阅读全文
posted @ 2022-06-13 09:46 周文豪 阅读(1318) 评论(0) 推荐(1)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 76 下一页