gpt4 book ai didi

Docker:在 centos 镜像上安装库

转载 作者:行者123 更新时间:2023-12-04 19:43:36 25 4
gpt4 key购买 nike

我是 Docker 新手。我创建了以下 Dockerfile 并运行它:
FROM centos:最新
ENV 容器 docker
运行 yum -y update && yum clean all
我收到以下错误/输出:
root@GGNLABVM-JUPER6:~/docker_test# docker build -t test .
将构建上下文发送到 Docker 守护进程 2.048 kB
步骤 1/3 : FROM centos:latest
---> a8493f5f50ff
第 2/3 步:ENV 容器 docker
---> 在 e8e244c0c9d6 中运行
---> 07355d554b3a
删除中间容器 e8e244c0c9d6
步骤 3/3:运行 yum -y update && yum clean all
---> 运行在 68ad7f2f86e2
加载的插件:fastestmirror、ovl
配置的存储库之一失败(未知),
并且 yum 没有足够的缓存数据来继续。在这一点上,yum 能做的唯一安全的事情就是失败。有几种方法可以“解决”这个问题:

 1. Contact the upstream for the repository and get them to fix the problem.

2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).

3. Run the command with the repository temporarily disabled
yum --disablerepo=<repoid> ...

4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:

yum-config-manager --disable <repoid>
or
subscription-manager repos --disable=<repoid>

5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be much slower). If it is a very temporary problem though, this is often a nice
compromise:

yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true
无法为 repo 找到有效的 baseurl:base/7/x86_64
我该如何解决这个问题?
仅供引用:我想为我的应用程序安装其他依赖于 python 的库。
docker 信息:
容器:25
运行:3
暂停:0
停止:22
图片:13
服务器版本:17.03.1-ce
存储驱动程序:aufs
根目录:/var/lib/docker/aufs
支持文件系统:extfs
目录:78
Dirperm1 支持:真
日志记录驱动程序:json 文件
Cgroup 驱动程序:cgroupfs
插件:
音量:本地
网络:桥接主机 macvlan 空覆盖
群:不活跃
运行时:runc
默认运行时:runc
初始化二进制文件:docker-init
容器版本:4ab9917febca54791c5f071a9d1f404867857fcc
runc 版本:54296cf40ad8143b62dbcaa1d90e520a2136ddfe
初始版本:949e6fa
安全选项:
服装
秒算
配置文件:默认
内核版本:4.4.0-72-generic
操作系统:Ubuntu 16.04.1 LTS
操作系统类型:linux
架构:x86_64
中央处理器:1
总内存:3.859 GiB
名称:GGNLABVM-JUPER6
ID: KXDG:GL4E:MPNN:4LYS:UO6Z:RFEK:BI2H:MJSP:BIMJ:NASA:XAFR:CRN7
Docker 根目录:/var/lib/docker
Debug模式(客户端):false
Debug模式(服务器):假
注册: https://index.docker.io/v1/
警告:不支持交换限制
实验:错误
不安全的注册表:
127.0.0.0/8
启用实时恢复:假
docker 版本:
客户:
版本:17.03.1-ce
API版本:1.27
围棋版本:go1.7.5
Git 提交:c6d412e
建成时间:2017 年 3 月 27 日星期一 17:14:09
操作系统/架构:linux/amd64
服务器:
版本:17.03.1-ce
API 版本:1.27(最低版本 1.12)
围棋版本:go1.7.5
Git 提交:c6d412e
建成时间:2017 年 3 月 27 日星期一 17:14:09
操作系统/架构:linux/amd64
实验:错误

最佳答案

这只是 Docker 的问题吗?你能用 yum 安装来自 repo 的其他东西吗?如果不是它可能是一个网络问题。你也可以复制docker info的输出吗?和 docker version在这里?

关于Docker:在 centos 镜像上安装库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43581577/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com