随笔分类 -  Net Core

Net Core
摘要:在dockerfile中加入RUN sed -i 's/DEFAULT@SECLEVEL=2/DEFAULT@SECLEVEL=1/g' /etc/ssl/openssl.cnf 阅读全文
posted @ 2020-06-01 14:34 浪潮之巅 阅读(267) 评论(0) 推荐(0)
摘要:#第一步必须先进入目录 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 浪潮之巅 阅读(382) 评论(0) 推荐(0)
摘要: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 浪潮之巅 阅读(2951) 评论(0) 推荐(1)