docker ubuntu容器更换阿里源(转)

本文介绍如何通过更换软件源来提高Docker中Ubuntu容器的软件下载速度。具体步骤包括启动容器并进入交互模式,修改软件源配置文件为更快的阿里云镜像源,最后更新软件包列表。

问题:使用docker 利用下载的ubuntu镜像启动容器时,使用的源下载更新软件的速度较慢。

解决这个问题的方法是跟新ubuntu容器的源

示例:以ubuntu为基础镜像

启动一个名称为 test02的容器,并且开启shell交互(/bin/bash )

  docker run -ti --name test02   ubuntu /bin/bash  

用自带vi修改源

root@e330db11c513:/# vi /etc/apt/sources.list

将原有内容删除,并替换为以下的阿里源

deb http://mirrors.aliyun.com/ubuntu/ trusty main multiverse restricted universe
deb http://mirrors.aliyun.com/ubuntu/ trusty-backports main multiverse restricted universe
deb http://mirrors.aliyun.com/ubuntu/ trusty-proposed main multiverse restricted universe
deb http://mirrors.aliyun.com/ubuntu/ trusty-security main multiverse restricted universe
deb http://mirrors.aliyun.com/ubuntu/ trusty-updates main multiverse restricted universe
deb-src http://mirrors.aliyun.com/ubuntu/ trusty main multiverse restricted universe
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-backports main multiverse restricted universe
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-proposed main multiverse restricted universe
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-security main multiverse restricted universe
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-updates main multiverse restricted universe

更新源

sudo apt-get clean
sudo apt-get update

安装vim

apt-get install vim

转载于:https://www.cnblogs.com/zhangjianbin/p/9246338.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值