centos7下安装docker时出现没有安装包docker问题的解决

我在centos7下安装docker时遇到了没有安装包docker,我不知道大家是否有遇到过,是否有好的解决办法,下面把我个人的解决办法给大家奉献上,希望对大家有所帮助。

因为按照大家认为的Docker 软件包已经包括在默认的 CentOS-Extras 软件源里。因此想要安装 docker,只需要运行下面的 yum 命令:

$ yum install docker -y

但是安装提示没有安装包docker

后来自己结合查阅的资料终于整理出了解决办法

我们需要在/etc/yum.repo.d/目录下增加一个配置文件*.repo

内容为:

[dockerrepo]

name=Docker Repository

baseurl=https://yum.dockerproject.org/repo/main/centos/7/

enabled=1

gpgcheck=1

gpgkey=https://yum.dockerproject.org/gpg

保存退出

$yum install -y docker-engine

OK,安装成功

时间: 2024-10-01 07:35:34

centos7下安装docker时出现没有安装包docker问题的解决的相关文章

centos7下安装iperf时出现 make: *** No targets specified and no makefile found. Stop.的解决方案

我们在Linux 安装包的时候,使用make 命令出现:"make:*** No targets specified and no makefile found.Stop."这样的错误提示. 1.update最新版本系统软件 yum update 这个必须要执行后才可以安装我们的系统软件或者一键包. 2.编译缺失关联软件 yum install gcc build-essential 编译执行完毕之后,我们在执行./configure && make这类的执行命令就可以

全网最详细的CentOS7里安装MySQL时出现No package mysql-server available错误的解决办法(图文详解)

不多说,直接上干货! 直接yum install mysql的话会报错,原因在于yum安装库里没有直接可以用的安装包,此时需要用到MariaDB了,MariaDB是MySQL社区开发的分支,也是一个增强型的替代品. 安装ossec时需要使用到mysql-server,直接安装报错: [[email protected] ~]# yum install mysql-server Loaded plugins: fastestmirror, langpacks Loading mirror spee

安装docker时,下载安装包超时

配置好官方源后,yum install docker-ce 一直报错https://download.docker.com/linux/centos/7/x86_64/stable/repodata/repomd.xml: [Errno 12] Timeout on https://download.docker.com/linux/centos/7/x86_64/stable/repodata/repomd.xml: (28, 'Operation timed out after 30002

CentOS7下安装phpcmsV9时提示文件权限不可写

1.  将/var/www/html/phpcms目录所属用户和组修改为apache [[email protected] html]#  [[email protected] html]# pwd /var/www/html [[email protected] html]# ls  index.php  itop  phpcms [[email protected] html]#  [[email protected] html]# chown -R apache:apache phpcms

Centos7下安装与卸载docker应用容器引擎

Docker 是一个开源的应用容器引擎,基于 Go 语言 并遵从Apache2.0协议开源. Docker 可以让开发者打包他们的应用以及依赖包到一个轻量级.可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化. 容器是完全使用沙箱机制,相互之间不会有任何接口(类似 iPhone 的 app),更重要的是容器性能开销极低. Docker的应用场景 Web 应用的自动化打包和发布. 自动化测试和持续集成.发布. 在服务型环境中部署和调整数据库或其他的后台应用. 从头编译或者扩

CentOS-7下安装docker

CentOS-7 下安装docker 原文地址:https://www.cnblogs.com/yufeng218/p/8370670.html 一.安装docker 1.Docker 要求 CentOS 系统的内核版本高于 3.10 ,查看本页面的前提条件来验证你的CentOS 版本是否支持 Docker . 通过 uname -r 命令查看你当前的内核版本 2.使用 root 权限登录 Centos.确保 yum 包更新到最新. 原文地址:https://www.cnblogs.com/zh

Linux CentOS7下安装Zookeeper-3.4.10服务(最新)

Linux CentOS7下安装Zookeeper-3.4.10服务(最新) 2017年10月27日 01:25:26 极速-蜗牛 阅读数:1933 版权声明:本文为博主原创文章,未经博主允许不得转载. https://blog.csdn.net/wanghwang2008/article/details/78360396 zookeeper官方下载:https://mirrors.tuna.tsinghua.edu.cn/apache/zookeeper/ 百度网盘下载:https://pan

CentOS-7下安装MySQL5.6.22

CentOS7下安装MySQL5.6.22(当前最新版本:2015-01-17) 转载请注明出处:jiq?钦's technical Blog 一  安装环境 (1)CentOS版本:CentOS-7 查看方法: [[email protected] 桌面]# cat /etc/redhat-release CentOS Linux release 7.0.1406 (Core) 来源:官网下载 下载地址:http://www.centos.org/ (2)MySQL版本:MySQL-5.6.2

CentOS-7下安装MySQL5.6.22(转)

转: http://www.2cto.com/database/201501/371451.html 一 安装环境 (1)CentOS版本:CentOS-7 查看方法: [[email protected] 桌面]# cat /etc/redhat-release CentOS Linux release 7.0.1406 (Core) 来源:官网下载 下载地址:http://www.centos.org/ (2)MySQL版本:MySQL-5.6.22 来源:官网下载 下载地址:https:/