中科大debian 9 + docker源设置
Posted feinian
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了中科大debian 9 + docker源设置相关的知识,希望对你有一定的参考价值。
wget https://mirrors.ustc.edu.cn/repogen/conf/debian-http-4-stretch -O sources.list
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian
$(lsb_release -cs)
stable"
sed -i ‘s/download.docker.com/mirrors.ustc.edu.cn/docker-ce/g‘ /etc/apt/sources.list
mkdir –p /etc/docker
cat > /etc/docker/daemon.json <<EOF
{
"registry-mirrors": ["https://docker.mirrors.ustc.edu.cn/"]
}
EOF
apt-get install docker-ce
以上是关于中科大debian 9 + docker源设置的主要内容,如果未能解决你的问题,请参考以下文章