1、 docker pull alexeiled/docker-oracle-xe-11g 报错:Error response from daemon: pull access denied for alexeiled/docker-oracle-xe-11g, repository does no ...
分类:
数据库 时间:
2020-03-14 00:58:41
阅读次数:
144
恢复内容开始 # This is a configuration file for Zabbix server daemon# To get more information about Zabbix, visit http://www.zabbix.com ############ GENERAL ...
分类:
其他好文 时间:
2020-03-13 19:11:32
阅读次数:
73
1、修改docker.service启动信息 2、修改daemon.json 3、重载、重启 [root@localhost ~]# systemctl daemon-reload [root@localhost ~]# service docker restart 4、内部连接测试 [root@l ...
分类:
其他好文 时间:
2020-03-12 18:47:03
阅读次数:
70
背景:某个业务程序在测试环境测试一切正常,部署到生产环境后出现超时。机器配置阿里云,测试环境Centos7.4,2C,生产7.6,32C 需要添加相对应的变量解决,添加到/etc/profile source文件之后变量echo 显示是生效的,但程序仍有问题。 解决:systemctl启动,直接变更 ...
分类:
其他好文 时间:
2020-03-11 16:58:56
阅读次数:
595
Windows上也有类似于Linux上的mount命令,至于mount是什么: mount是Linux下的一个命令,它可以将分区挂接到Linux的一个文件夹下,从而将分区和该目录联系起来,因此我们只要访问这个文件夹,就相当于访问该分区了。 目前mount已经不仅仅局限于Linux了。在Windows ...
试验机192.168.181.144用户root密码123456主机名root@web:/#hostnamewebdockercontainerrun-d--nameweb2-Pnginx#-P:发布容器中声明EXPOSE端口到宿主机的随机端口;#dockerps-l#列出最新创建的容器;CONTAINERIDIMAGECOMMANDCREATEDSTATUSPORTSNAMES803a6db84
分类:
其他好文 时间:
2020-03-09 01:33:45
阅读次数:
64
docker 学习路线 ============== 参考资料 "知乎 docker 的学习路线" "Docker — 从入门到实践" "Docker 核心技术与实现原理" "Docker 入门" 《Kubernetes in Action》,想要学习 Kubernetes 的读者一定不要错过。 编 ...
分类:
其他好文 时间:
2020-03-08 23:16:50
阅读次数:
72
首先,在linux系统的/etc/init.d/目录下创建nginx文件,使用如下命令: vim /etc/init.d/nginx 在脚本中添加如下命令: #!/bin/sh # # nginx - this script starts and stops the nginx daemon # # ...
分类:
其他好文 时间:
2020-03-06 23:45:52
阅读次数:
78
1.下载elasticsearch-6.8.7 https://www.elastic.co/cn/downloads/elasticsearch 2.下载moloch-2.2.2-1.x86_64.rpm https://molo.ch/index#home (注:moloch对ela版本要有很严 ...
分类:
其他好文 时间:
2020-03-06 15:04:08
阅读次数:
149
linux安装python3 https://www.cnblogs.com/yhongji/p/9383857.html linux安装git yum install git linux安装mysql 5.7 https://www.cnblogs.com/daemon-/p/9009360.ht ...
分类:
编程语言 时间:
2020-03-03 09:18:42
阅读次数:
91