会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
King
博客园
首页
新随笔
联系
订阅
管理
2020年6月1日
SqlConnection 在linux 连接 mssql 挂起的问题。
摘要: 在dockerfile中加入RUN sed -i 's/DEFAULT@SECLEVEL=2/DEFAULT@SECLEVEL=1/g' /etc/ssl/openssl.cnf
阅读全文
posted @ 2020-06-01 14:34 浪潮之巅
阅读(262)
评论(0)
推荐(0)
2019年1月3日
rabbitmq 启用日志跟踪
摘要: docker run -d -p 5672:5672 -p 15672:15672 --name rabbitmq rabbitmq:management docker exec -it rabbitmq bash rabbitmq-plugins enable rabbitmq_tracing
阅读全文
posted @ 2019-01-03 10:28 浪潮之巅
阅读(2234)
评论(0)
推荐(0)
2018年10月30日
使用脚本把.net core 程序部署到 docker 容器中
摘要: #第一步必须先进入目录 cd /docker/service 然后先上传zip包#1 进入 service目录cd /docker/service myFile="system.zip" if [ -e $myFile ]; then#2 解压zip包unzip webapi.zip -d weba
阅读全文
posted @ 2018-10-30 07:30 浪潮之巅
阅读(371)
评论(0)
推荐(0)
2018年8月1日
docker-compose 安装
摘要: 1、安装python-pip yum -y install epel-release yum -y install python-pip yum -y install epel-release yum -y install python-pip 2、安装docker-compose pip inst
阅读全文
posted @ 2018-08-01 17:23 浪潮之巅
阅读(141)
评论(0)
推荐(0)
Linux Centos7 Docker 上安装nginx 配置 出现问题
摘要: 测试是照着阮一峰的教程做的。http://www.ruanyifeng.com/blog/2018/02/nginx-docker.html 在第二步 映射网页目录是出现 403 Forbidden 百度一下发现是权限的问题 只要添加selinux规则 chcon -Rt svirt_sandbox
阅读全文
posted @ 2018-08-01 14:35 浪潮之巅
阅读(992)
评论(0)
推荐(0)
2018年7月26日
Linux Centos7 上安装consul
摘要: 1、[root@localhost ~]# yum install -y unzip 2、[root@localhost ~]# yuminstall -y wget 3、[root@localhost ~]# wget https://releases.hashicorp.com/consul/0
阅读全文
posted @ 2018-07-26 13:32 浪潮之巅
阅读(2948)
评论(0)
推荐(1)
在VM中最小化安装CentOS 7后的网络配置
摘要: 1、点击虚拟网络编辑器:2、选择VMnet0为桥接模式,选择自动或者网卡3、右键VMware Network Adapter 属性4、选中VMware Bridge Protocol 5、选择共享6、返回网络7、虚拟机设置8、进入CentOS 7 系统进行操作9、查看当前网卡信息[root@loca
阅读全文
posted @ 2018-07-26 09:31 浪潮之巅
阅读(223)
评论(0)
推荐(0)
2018年1月2日
Hardware assisted virtualization and data execution protection must be enabled in the BIOS
摘要: 做个记录,遇到几次了. Open PowerShell as administrator and Enable Hyper-V with dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All or Enable Hypervisor with
阅读全文
posted @ 2018-01-02 16:09 浪潮之巅
阅读(2750)
评论(0)
推荐(1)
2017年12月29日
rabbitmq port is already allocated
摘要: eshoponcontainers cannot start service rabbitmq rabbitmq port is already allocated 解决方法是在任务管理器中找到erl.exe erlsrv.exe进程,并结束它。
阅读全文
posted @ 2017-12-29 09:52 浪潮之巅
阅读(294)
评论(0)
推荐(0)
eshop volume sharing is not enabled
摘要: 不知道为什么我电脑上的Docker 开始怎么都出不来Shared Drives,后来通过多次切换windows 与linux竟然了出现了,最后只要共享驱动盘就能解决。
阅读全文
posted @ 2017-12-29 09:48 浪潮之巅
阅读(340)
评论(0)
推荐(0)
公告