摘要:
在dockerfile中加入RUN sed -i 's/DEFAULT@SECLEVEL=2/DEFAULT@SECLEVEL=1/g' /etc/ssl/openssl.cnf 阅读全文
摘要:
docker run -d -p 5672:5672 -p 15672:15672 --name rabbitmq rabbitmq:management docker exec -it rabbitmq bash rabbitmq-plugins enable rabbitmq_tracing 阅读全文
摘要:
#第一步必须先进入目录 cd /docker/service 然后先上传zip包#1 进入 service目录cd /docker/service myFile="system.zip" if [ -e $myFile ]; then#2 解压zip包unzip webapi.zip -d weba 阅读全文
摘要:
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 阅读全文
摘要:
测试是照着阮一峰的教程做的。http://www.ruanyifeng.com/blog/2018/02/nginx-docker.html 在第二步 映射网页目录是出现 403 Forbidden 百度一下发现是权限的问题 只要添加selinux规则 chcon -Rt svirt_sandbox 阅读全文
摘要:
1、[root@localhost ~]# yum install -y unzip 2、[root@localhost ~]# yuminstall -y wget 3、[root@localhost ~]# wget https://releases.hashicorp.com/consul/0 阅读全文
摘要:
1、点击虚拟网络编辑器:2、选择VMnet0为桥接模式,选择自动或者网卡3、右键VMware Network Adapter 属性4、选中VMware Bridge Protocol 5、选择共享6、返回网络7、虚拟机设置8、进入CentOS 7 系统进行操作9、查看当前网卡信息[root@loca 阅读全文
摘要:
做个记录,遇到几次了. Open PowerShell as administrator and Enable Hyper-V with dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All or Enable Hypervisor with 阅读全文