原文地址:http://www.runoob.com/docker/centos-docker-install.html docker在linux上安装,需要linux内核版本3.0以上,这里在CentOS7下安装。 1、查看内核版本: 2、安装,Docker 软件包和依赖包已经包含在默认的 Cen ...
分类:
其他好文 时间:
2018-08-03 14:42:31
阅读次数:
130
Problem Description The twenty-first century is a biology-technology developing century. We know that a gene is made of DNA. The nucleotide bases from ...
分类:
其他好文 时间:
2018-07-30 01:07:08
阅读次数:
162
#!/bin/bash# configure networkcat >/etc/sysconfig/network-scripts/ifcfg-eth0>/etc/fstabmkdir /etc/yum.repos.d/bak mv /etc/yum.repos.d/Cen* /etc/yum.re... ...
分类:
其他好文 时间:
2018-07-22 20:01:47
阅读次数:
158
/NSL/_ICM_CALL_WITHOUT_COS_CEN' ...
分类:
编程语言 时间:
2018-07-11 15:59:01
阅读次数:
152
1.实例,安装centos docker search -s 15 centos ,其中docker serach 代表搜索命令, 最后 centos代表要搜索的镜像名称 2.选择某个镜像安装 根据Name可以指定,也可以不指定。会进行默认最新安装 docker pull docker.io/cen ...
分类:
其他好文 时间:
2018-06-27 16:46:54
阅读次数:
158
https://www.linuxidc.com/Linux/2017 12/149655.htm https://blog.csdn.net/ck3207/article/details/76691904 https://blog.csdn.net/cen_cs/article/details/5 ...
分类:
其他好文 时间:
2018-06-17 23:51:58
阅读次数:
296
1、安装和配置必须的依赖 2、添加GitLab包服务,然后安装它 3、配置和启动GitLab 启动完成后,在浏览器访问你机器的IP地址,然后,修改密码,注册用户,最后登录进去。 搭建的GitLab服务就基本完成了. 参考:https://about.gitlab.com/downloads/#cen ...
分类:
其他好文 时间:
2018-05-19 12:04:27
阅读次数:
194
body{ background-image:url('smiley.gif');//图片地址background-repeat:no-repeat;//是否重复background-attachment:fixed;//网页滚动时,背景图片是否跟着滚动background-position:cen ...
分类:
其他好文 时间:
2018-05-17 17:24:57
阅读次数:
183
环境:阿里云服务器CentOS7.4 + MySQL5.6 基本思路: 1、编写shell脚本,备份数据库到指定目录下 2、编写Python脚本,把文件上传到OSS 3、把shell脚本和Python脚本添加Linux的crontab定时器,设置定时执行 首先,环境要配置好,Python环境,cen ...
分类:
数据库 时间:
2018-05-11 23:40:51
阅读次数:
574
第一种方式:通过yum安装 直接通过 yum install nginx 肯定是不行的,因为yum没有nginx,所以首先把 nginx 的源加入 yum 中。 运行下面的命令: 1.将nginx放到yum repro库中 rpm -ivh http://nginx.org/packages/cen ...
分类:
其他好文 时间:
2018-04-08 18:07:55
阅读次数:
142