Stella981 Stella981
3年前
Docker部署openvpn
配置环境变量:cat~/.bash_profileexportOVPN_DATA/data/ovpn_dataexportIP公网ip加载环境变量source~/.bash_profile 拉取镜像dockerpullkylemanna/openvpn配置vpn服务端公
Stella981 Stella981
3年前
Docker && 部署安装
1 Docker 部署安装清华大学开源软件镜像站:https://mirrors.tuna.tsinghua.edu.cn/下载Docker源文件wgethttps://mirrors.tuna.tsinghua.edu.cn/dockerce/linux/centos/dockerce.re
Stella981 Stella981
3年前
Docker中nginx+tomcat实现负载均衡
拉取tomcat镜像dockerpulltomcat运行两个tomcat容器dockerrundp8088:8080nametomcat8088tomcatdockerrundp8089:8080nametomcat8089tomcat修改下index.jsp把两个to
Wesley13 Wesley13
3年前
VMware安装Windows Server 2008
准备工作:软件:VMwareWorkstation15,cn\_windows\_server\_2008\_r2\_standard\_enterprise\_datacenter\_web\_x64\_dvd\_x1550360.iso镜像一、新建WindowsSever2008虚拟机
Wesley13 Wesley13
3年前
virt
        当使用virtmanager命令直接去安装一个很小的镜像文件(cirros操作系统的),此时会发生一个错误,该virtmanager会无法启动这个镜像文件,原因在于virtmanager有它自己的默认的配置文件,而当我们直接从界面上去安装的过程中,使用的就是这个配置文件。作为一个新手,现在先不管这个配置文件是什么鬼,为了快速地搞定它,可
Stella981 Stella981
3年前
Linux环境下用Docker搭建SQL SERVER开发环境
第一步:安装Dokcer见官方文档第二步:安装SQLSERVER镜像 sudodockerrune'ACCEPT_EULAY'e'SA_PASSWORDNvsq@12345'\p1444:1433namemssql\dmicrosoft/mssqlserverli
Stella981 Stella981
3年前
Docker CE 安装
一、YUM安装1、卸载旧版本dockeryumremovedocker\dockercommon\dockerselinux\dockerengine2、安装dockerCE(设置镜像仓库,需要修改成国内源)安装所需的软件包。yumutils提供了yumc
Stella981 Stella981
3年前
Docker下redis的主从配置
1、拉取redis镜像dockerpullredis2、启动3个redis容器服务,分别使用到6379、6380、6381端口dockerrunnameredis6379p6379:6379dredisdockerrunnameredis6380p6380:6379dredis
Stella981 Stella981
3年前
Gitee 已和 Linux 基金会达成合作,将逐步上线官方镜像
_Gitee已和Linux基金会达成合作,将逐步上线官方镜像__TheLinuxFoundationannouncescooperationwithGiteetolaunchmirrorrepositoriesinChina_近日,Linux基金会和Gitee达成合作关系,将逐步在Gitee建立基金会旗
Wesley13 Wesley13
3年前
K8S
准备主机1.centos7镜像2.node1:192.168.0.1013.node2:192.168.0.1024.node3:192.168.0.1035.vip:192.168.0.104配置ssh免密 并修改/etc/hosts跟/etc/hostname配置所