生产环境中,我们总是会遇到服务器无法连接外网的情况,这样,如果想安装某个应用,而这个应用依赖的其他类库又特别多,就很痛苦了。这个时候,就需要自己制作个本地的yum库,进行本地安装。本文将以Docker本地安装为例,详细介绍如何制作本地yum库。

  1、首先,在能够上网的、与不能上网服务器的Linux发行版本相同的服务器上,执行安装命令,得到安装所需的各种依赖包,如下:

[root@localhost ~]# yum install libdevmapper* docker
Loaded plugins: fastestmirror, langpacks
Determining fastest mirrors
* base: mirrors.btte.net
* extras: mirrors.zju.edu.cn
* updates: mirrors.skyshe.cn
updates//x86_64/primary_db
Resolving Dependencies
--> Running transaction check
---> Package device-mapper-event-libs.x86_64 :1.02.-.el7 will be updated
--> Processing Dependency: device-mapper-event-libs = :1.02.-.el7 for package: :device-mapper-event-
---> Package device-mapper-event-libs.x86_64 :1.02.-.el7_2. will be an update
---> Package device-mapper-libs.x86_64 :1.02.-.el7 will be updated
--> Processing Dependency: device-mapper-libs = :1.02.-.el7 for package: :device-mapper-1.02.-.el
---> Package device-mapper-libs.x86_64 :1.02.-.el7_2. will be an update
---> Package docker.x86_64 :1.9.-.el7.centos will be installed
--> Processing Dependency: docker-forward-journald = 1.9.-.el7.centos for package: docker-1.9.-.el7
--> Processing Dependency: docker-selinux >= 1.9.-.el7.centos for package: docker-1.9.-.el7.centos.
--> Processing Dependency: libsystemd.so.(LIBSYSTEMD_209)(64bit) for package: docker-1.9.-.el7.centos
--> Processing Dependency: libsystemd.so.()(64bit) for package: docker-1.9.-.el7.centos.x86_64
---> Package lvm2-libs.x86_64 :2.02.-.el7 will be updated
--> Processing Dependency: lvm2-libs = :2.02.-.el7 for package: :lvm2-2.02.-.el7.x86_64
---> Package lvm2-libs.x86_64 :2.02.-.el7_2. will be an update
--> Running transaction check
---> Package device-mapper.x86_64 :1.02.-.el7 will be updated
---> Package device-mapper.x86_64 :1.02.-.el7_2. will be an update
---> Package device-mapper-event.x86_64 :1.02.-.el7 will be updated
---> Package device-mapper-event.x86_64 :1.02.-.el7_2. will be an update
---> Package docker-forward-journald.x86_64 :1.9.-.el7.centos will be installed
---> Package docker-selinux.x86_64 :1.9.-.el7.centos will be installed
---> Package lvm2.x86_64 :2.02.-.el7 will be updated
---> Package lvm2.x86_64 :2.02.-.el7_2. will be an update
--> Processing Dependency: device-mapper-persistent-data >= 0.5.- for package: :lvm2-2.02.-.el7_2.
---> Package systemd-libs.x86_64 :-.el7_1. will be updated
--> Processing Dependency: systemd-libs = -.el7_1. for package: systemd--.el7_1..x86_64
---> Package systemd-libs.x86_64 :-.el7_2. will be an update
--> Running transaction check
---> Package device-mapper-persistent-data.x86_64 :0.4.-.el7 will be updated
---> Package device-mapper-persistent-data.x86_64 :0.5.-.el7 will be an update
---> Package systemd.x86_64 :-.el7_1. will be updated
--> Processing Dependency: systemd = -.el7_1. for package: systemd-python--.el7_1..x86_64
--> Processing Dependency: systemd = -.el7_1. for package: systemd-sysv--.el7_1..x86_64
--> Processing Dependency: systemd = -.el7_1. for package: libgudev1--.el7_1..x86_64
---> Package systemd.x86_64 :-.el7_2. will be an update
--> Processing Dependency: kmod >= - for package: systemd--.el7_2..x86_64
--> Running transaction check
---> Package kmod.x86_64 :-.el7 will be updated
---> Package kmod.x86_64 :-.el7 will be an update
---> Package libgudev1.x86_64 :-.el7_1. will be updated
---> Package libgudev1.x86_64 :-.el7_2. will be an update
---> Package systemd-python.x86_64 :-.el7_1. will be updated
---> Package systemd-python.x86_64 :-.el7_2. will be an update
---> Package systemd-sysv.x86_64 :-.el7_1. will be updated
---> Package systemd-sysv.x86_64 :-.el7_2. will be an update
--> Processing Conflict: systemd--.el7_2..x86_64 conflicts initscripts < 9.49.-
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package initscripts.x86_64 :9.49.-.el7 will be updated
---> Package initscripts.x86_64 :9.49.-.el7_2. will be an update
--> Processing Conflict: systemd--.el7_2..x86_64 conflicts dracut < -
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package dracut.x86_64 :-.el7_1. will be updated
--> Processing Dependency: dracut = -.el7_1. for package: dracut-network--.el7_1..x86_64
--> Processing Dependency: dracut = -.el7_1. for package: dracut-config-rescue--.el7_1..x86
---> Package dracut.x86_64 :-.el7_2 will be an update
--> Running transaction check
---> Package dracut-config-rescue.x86_64 :-.el7_1. will be updated
---> Package dracut-config-rescue.x86_64 :-.el7_2 will be an update
---> Package dracut-network.x86_64 :-.el7_1. will be updated
---> Package dracut-network.x86_64 :-.el7_2 will be an update
--> Finished Dependency Resolution Dependencies Resolved =========================================================================================================
Package Arch Ver
=========================================================================================================
Installing:
docker x86_64 1.9
Updating:
device-mapper-event-libs x86_64 :
device-mapper-libs x86_64 :
dracut x86_64
initscripts x86_64 9.4
lvm2-libs x86_64 :
Installing for dependencies:
docker-forward-journald x86_64 1.9
docker-selinux x86_64 1.9
Updating for dependencies:
device-mapper x86_64 :
device-mapper-event x86_64 :
device-mapper-persistent-data x86_64 0.5
dracut-config-rescue x86_64
dracut-network x86_64
kmod x86_64 -
libgudev1 x86_64
lvm2 x86_64 :
systemd x86_64
systemd-libs x86_64
systemd-python x86_64
systemd-sysv x86_64 Transaction Summary
=========================================================================================================
Install Package (+ Dependent packages)
Upgrade Packages (+ Dependent packages) Total download size: M
Is this ok [y/d/N]: n
Exiting on user command
Your transaction was saved, rerun it with:
yum load-transaction /tmp/yum_save_tx.--06.10-.56BPrh.yumtx
[root@localhost ~]# yum install libdevmapper* docker
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirrors.btte.net
* extras: mirrors.zju.edu.cn
* updates: mirrors.skyshe.cn
Resolving Dependencies
--> Running transaction check
---> Package device-mapper-event-libs.x86_64 :1.02.-.el7 will be updated
--> Processing Dependency: device-mapper-event-libs = :1.02.-.el7 for package: :device-mapper-event-1.02.-.el7.x86_64
---> Package device-mapper-event-libs.x86_64 :1.02.-.el7_2. will be an update
---> Package device-mapper-libs.x86_64 :1.02.-.el7 will be updated
--> Processing Dependency: device-mapper-libs = :1.02.-.el7 for package: :device-mapper-1.02.-.el7.x86_64
---> Package device-mapper-libs.x86_64 :1.02.-.el7_2. will be an update
---> Package docker.x86_64 :1.9.-.el7.centos will be installed
--> Processing Dependency: docker-forward-journald = 1.9.-.el7.centos for package: docker-1.9.-.el7.centos.x86_64
--> Processing Dependency: docker-selinux >= 1.9.-.el7.centos for package: docker-1.9.-.el7.centos.x86_64
--> Processing Dependency: libsystemd.so.(LIBSYSTEMD_209)(64bit) for package: docker-1.9.-.el7.centos.x86_64
--> Processing Dependency: libsystemd.so.()(64bit) for package: docker-1.9.-.el7.centos.x86_64
---> Package lvm2-libs.x86_64 :2.02.-.el7 will be updated
--> Processing Dependency: lvm2-libs = :2.02.-.el7 for package: :lvm2-2.02.-.el7.x86_64
---> Package lvm2-libs.x86_64 :2.02.-.el7_2. will be an update
--> Running transaction check
---> Package device-mapper.x86_64 :1.02.-.el7 will be updated
---> Package device-mapper.x86_64 :1.02.-.el7_2. will be an update
---> Package device-mapper-event.x86_64 :1.02.-.el7 will be updated
---> Package device-mapper-event.x86_64 :1.02.-.el7_2. will be an update
---> Package docker-forward-journald.x86_64 :1.9.-.el7.centos will be installed
---> Package docker-selinux.x86_64 :1.9.-.el7.centos will be installed
---> Package lvm2.x86_64 :2.02.-.el7 will be updated
---> Package lvm2.x86_64 :2.02.-.el7_2. will be an update
--> Processing Dependency: device-mapper-persistent-data >= 0.5.- for package: :lvm2-2.02.-.el7_2..x86_64
---> Package systemd-libs.x86_64 :-.el7_1. will be updated
--> Processing Dependency: systemd-libs = -.el7_1. for package: systemd--.el7_1..x86_64
---> Package systemd-libs.x86_64 :-.el7_2. will be an update
--> Running transaction check
---> Package device-mapper-persistent-data.x86_64 :0.4.-.el7 will be updated
---> Package device-mapper-persistent-data.x86_64 :0.5.-.el7 will be an update
---> Package systemd.x86_64 :-.el7_1. will be updated
--> Processing Dependency: systemd = -.el7_1. for package: systemd-python--.el7_1..x86_64
--> Processing Dependency: systemd = -.el7_1. for package: systemd-sysv--.el7_1..x86_64
--> Processing Dependency: systemd = -.el7_1. for package: libgudev1--.el7_1..x86_64
---> Package systemd.x86_64 :-.el7_2. will be an update
--> Processing Dependency: kmod >= - for package: systemd--.el7_2..x86_64
--> Running transaction check
---> Package kmod.x86_64 :-.el7 will be updated
---> Package kmod.x86_64 :-.el7 will be an update
---> Package libgudev1.x86_64 :-.el7_1. will be updated
---> Package libgudev1.x86_64 :-.el7_2. will be an update
---> Package systemd-python.x86_64 :-.el7_1. will be updated
---> Package systemd-python.x86_64 :-.el7_2. will be an update
---> Package systemd-sysv.x86_64 :-.el7_1. will be updated
---> Package systemd-sysv.x86_64 :-.el7_2. will be an update
--> Processing Conflict: systemd--.el7_2..x86_64 conflicts initscripts < 9.49.-
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package initscripts.x86_64 :9.49.-.el7 will be updated
---> Package initscripts.x86_64 :9.49.-.el7_2. will be an update
--> Processing Conflict: systemd--.el7_2..x86_64 conflicts dracut < -
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package dracut.x86_64 :-.el7_1. will be updated
--> Processing Dependency: dracut = -.el7_1. for package: dracut-network--.el7_1..x86_64
--> Processing Dependency: dracut = -.el7_1. for package: dracut-config-rescue--.el7_1..x86_64
---> Package dracut.x86_64 :-.el7_2 will be an update
--> Running transaction check
---> Package dracut-config-rescue.x86_64 :-.el7_1. will be updated
---> Package dracut-config-rescue.x86_64 :-.el7_2 will be an update
---> Package dracut-network.x86_64 :-.el7_1. will be updated
---> Package dracut-network.x86_64 :-.el7_2 will be an update
--> Finished Dependency Resolution Dependencies Resolved =========================================================================================================
Package Arch Version Repository Size
=========================================================================================================
Installing:
docker x86_64 1.9.-.el7.centos extras M
Updating:
device-mapper-event-libs x86_64 :1.02.-.el7_2. updates k
device-mapper-libs x86_64 :1.02.-.el7_2. updates k
dracut x86_64 -.el7_2 updates k
initscripts x86_64 9.49.-.el7_2. updates k
lvm2-libs x86_64 :2.02.-.el7_2. updates k
Installing for dependencies:
docker-forward-journald x86_64 1.9.-.el7.centos extras k
docker-selinux x86_64 1.9.-.el7.centos extras k
Updating for dependencies:
device-mapper x86_64 :1.02.-.el7_2. updates k
device-mapper-event x86_64 :1.02.-.el7_2. updates k
device-mapper-persistent-data x86_64 0.5.-.el7 base k
dracut-config-rescue x86_64 -.el7_2 updates k
dracut-network x86_64 -.el7_2 updates k
kmod x86_64 -.el7 base k
libgudev1 x86_64 -.el7_2. updates k
lvm2 x86_64 :2.02.-.el7_2. updates 1.0 M
systemd x86_64 -.el7_2. updates 5.1 M
systemd-libs x86_64 -.el7_2. updates k
systemd-python x86_64 -.el7_2. updates k
systemd-sysv x86_64 -.el7_2. updates k Transaction Summary
=========================================================================================================
Install Package (+ Dependent packages)
Upgrade Packages (+ Dependent packages) Total download size: M
Is this ok [y/d/N]:

  2、下载对应版本的rpm包,网址:

http://rpmfind.net/linux/rpm2html/search.php

  3、制作本地yum库。将全部的rpm包拷贝到一个文件夹中,例如docker_rpms,执行如下命令:

[root@localhost test]# ls
docker_rpms
[root@localhost test]# createrepo .
Spawning worker with pkgs
Workers Finished
Saving Primary metadata
Saving file lists metadata
Saving other metadata
Generating sqlite DBs
Sqlite DBs complete
[root@localhost test]# ls
docker_rpms repodata

  4、编辑docker.repo文件

# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
# [base]
name=CentOS-$releasever - Base
baseurl=file:///home/dockeryum
gpgcheck=
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [update]
name=CentOS-$releasever - update
baseurl=file:///home/dockeryum
gpgcheck=
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

  5、将docker_rpms文件夹、repodata文件夹、docker.repo拷贝到/home/dockeryum(因为docker.repo文件中做的如此配置)文件夹下。执行如下操作:

[root@localhost home]# ls
dockeryum laizy
[root@localhost home]# cp -r /etc/yum.repos.d/ /etc/yum.repos.d.bak (备份原始yum源)
[root@localhost home]# rm -rf /etc/yum.repos.d/* (清空原始yum源)
[root@localhost home]# cp /home/dockeryum/docker.repo /etc/yum.repos.d/ (拷贝自己写的yum源)
[root@localhost home]# ll /etc/yum.repos.d/
total 4
-rw-r--r--. 1 root root 682 May 6 10:26 docker.repo
[root@localhost home]# yum install libdevmapper* docker (yum安装)
Loaded plugins: fastestmirror, langpacks
Existing lock /var/run/yum.pid: another copy is running as pid 13870.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: PackageKit
Memory : 48 M RSS (922 MB VSZ)
Started: Fri May 6 10:23:42 2016 - 04:13 ago
State : Sleeping, pid: 13870
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: PackageKit
Memory : 48 M RSS (922 MB VSZ)
Started: Fri May 6 10:23:42 2016 - 04:15 ago
State : Running, pid: 13870
^C Exiting on user cancel.
[root@localhost home]# kill -9 13870
[root@localhost home]# yum install libdevmapper* docker
Loaded plugins: fastestmirror, langpacks
base | 2.9 kB 00:00:00
update | 2.9 kB 00:00:00
(1/2): base/primary_db | 23 kB 00:00:00
(2/2): update/primary_db | 23 kB 00:00:00
Loading mirror speeds from cached hostfile
Package 7:device-mapper-event-libs-1.02.93-3.el7.x86_64 already installed and latest version
Package 7:device-mapper-libs-1.02.93-3.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package docker.x86_64 0:1.8.2-7.el7.centos will be installed
--> Processing Dependency: docker-selinux >= 1.8.2-7.el7.centos for package: docker-1.8.2-7.el7.centos.x86_64
--> Running transaction check
---> Package docker-selinux.x86_64 0:1.8.2-7.el7.centos will be installed
--> Finished Dependency Resolution Dependencies Resolved =========================================================================================================
Package Arch Version Repository Size
=========================================================================================================
Installing:
docker x86_64 1.8.2-7.el7.centos base 8.7 M
Installing for dependencies:
docker-selinux x86_64 1.8.2-7.el7.centos base 61 k Transaction Summary
=========================================================================================================
Install 1 Package (+1 Dependent package) Total download size: 8.7 M
Installed size: 37 M
Is this ok [y/d/N]: y
Downloading packages:
---------------------------------------------------------------------------------------------------------
Total 160 MB/s | 8.7 MB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : docker-selinux-1.8.2-7.el7.centos.x86_64 1/2
restorecon: lstat(/var/lib/docker) failed: No such file or directory
warning: %post(docker-selinux-1.8.2-7.el7.centos.x86_64) scriptlet failed, exit status 255
Non-fatal POSTIN scriptlet failure in rpm package docker-selinux-1.8.2-7.el7.centos.x86_64
Installing : docker-1.8.2-7.el7.centos.x86_64 2/2
Verifying : docker-1.8.2-7.el7.centos.x86_64 1/2
Verifying : docker-selinux-1.8.2-7.el7.centos.x86_64 2/2 Installed:
docker.x86_64 0:1.8.2-7.el7.centos Dependency Installed:
docker-selinux.x86_64 0:1.8.2-7.el7.centos Complete!
[root@localhost home]# docker -v
Docker version 1.8.2, build bb472f0/1.8.2

  安装完成!

本地yum库制作及本地安装Docker的更多相关文章

  1. yum_rpm(利用dvd建立本地yum库)

    #wget "http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os" 建立起了index.html ...

  2. 本地yum库的搭建

    1.建立yum服务器 yum服务器可以使用http或者ftp的方式,我们这里选择使用http的方式进行,需要先进行httpd的安装 # yum install httpd 在本地建立包目录 # mkd ...

  3. Linux软件源书写格式解析及本地yum源制作

    1.Debian类系统 配置文件:/etc/apt/sources.list 例子:deb https://mirrors.aliyun.com/kali kali-rolling main cont ...

  4. 本地YUM源制作

    YUM相关概念 什么是YUM YUM(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及CentOS中的Shell前端软件包管理器.基于RPM包管 ...

  5. 【从零开始搭建K8S】【第一篇】CentOS7.6离线安装Docker(手动安装以及基于yum本地源安装)

    下载CentOS7.6以及最小化安装CentOS7.6版本.由于CentOS属于开源软件,在国内也有很多的mirror站点可供下载,我选择的是华为站点进行下载:http://mirrors.huawe ...

  6. Yum本地Rpm库设置

    http://blog.csdn.net/dc_726/article/details/8497188   1 Yum对光盘的支持 查看/etc/yum.repos.d/CentOS-Media.re ...

  7. Centos制作本地yum源

    本地YUM源制作 1. YUM相关概念 1.1. 什么是YUM YUM(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及CentOS中的Shel ...

  8. 制作本地yum源

    镜像源是centos当中下载相关软件的地址,我们可以通过制作我们自己的镜像源指定我们去哪里下载impala的rpm包,这里我们使用httpd这个软件来作为服务端,启动httpd的服务来作为我们镜像源的 ...

  9. CentOS 6.5本地yum源、局域网离线yum仓库(断网情况下轻松安装各种依赖包)

    在工作中, 公司的服务器大部分都禁止连接外网的,初始化系统,测试某些产品时,往往缺一些软件或依赖包,一个个上传到机器,如此浪费时间,浪费金钱,en...yum能够自动查找并解决rpm包之间的依赖关系, ...

随机推荐

  1. Eclipse中添加PyDev插件

    思路 1.启动Eclipse, 2.点击Help->Install New Software... 3.在弹出的对话框中,点Add 按钮. 4.Name中填:Pydev, Location中填h ...

  2. firefox如何禁用JavaScript

    1.在Firefox地址栏里输入“about:config”.2.在搜索栏输入“javascript.enabled”查找到首选项.3.点击鼠标右键选择“切换”,把“javascript.enable ...

  3. thinkphp自定义分页效果

    TP自带了一个分页函数,挺方便使用的. 下面是我的使用方法: /*****************分页显示start*************************/ $arr_page=$this ...

  4. TFS任务更新

    由于不熟悉TFS任务更新的操作,花了四五个小时一个个的新建任务.下图是部分更新的任务截图: 每个任务的估计时间为3~5小时,每位成员的任务总时长均为19~20小时. 项目完成需要的总时间为135小时.

  5. toLowerCase和toLocaleLowerCase的区别

    ECMAScript中涉及字符串大小写转换的方法有4个:toLowerCase().toLocaleLowerCase().toUpperCase()和toLocaleUpperCase().其中,t ...

  6. userAgent

    我们可以通过userAgent来判断,比如检测某些关键字,例如:AppleWebKit*****Mobile或AppleWebKit,需要注意的是有些浏览器的userAgent中并不包含AppleWe ...

  7. C++ 画星号图形——空心正方形(核心代码)

    //输出m行m列的空心正方矩形. int m;//m用来控制行列数. cout<<"请输入要打印的行列数n(n>=4):\n"; cin>>m; ;i ...

  8. php如何遍历多维的stdClass Object 对象,php的转换成数组的函数只能转换外面一丛数组

    php如何遍历多维的stdClass Object 对象,php的转换成数组的函数只能转换外面一丛数组 (2012-09-10 19:58:49) 标签: 杂谈 分类: 网页基础知识 php如何遍历多 ...

  9. [troubleshoot][archlinux][X] GPU HANG

    前言:如下内容已经是在hang完大概半个多月后了,当时想写,一直没过来写,写blog果然也是已经花费时间的事情. 最近一直在休假,电脑的使用频率也不多.后来还是为了生活,不情愿的去开始上班了,上班的第 ...

  10. LinkedBlockingQueue的put,add跟offer的区别

    LinkedBlockingQueue的put,add和offer的区别 最近在学习<<Java并发编程实践>>,有很多java.util.concurrent包下的新类.Li ...