中科大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源設定
wget https://mirrors.ustc.edu.cn/repogen/conf/debian-http-4-stretch -O sources.list add-apt-repository "deb [arch=amd64] https://downlo
Debian 9 源配置
debian mirror deb mir free update etc pda ref deb http://mirrors.163.com/debian/ stretch main non-free contrib deb http://mirrors.163.
Debian 9添加163軟件源
debian 9Debian 9添加163軟件源: vi /etc/apt/source.list deb http://mirrors.163.com/debian/ stretch main contrib non-freedeb http://mirrors.163.com/debian/ stretc
Debian 9 更新 sourrce.list(163源)
rip ffi 更新 .com b-s source src http get Debian 9 更新 sourrce.list(163源) 需求說明: 更新apt-get源 kyeup@kyeup-nas:~$ lsb_release -a No LSB modules
debian 9 添加源
date list col nbsp sources org str win security 1.將下面內容的添加入/etc/apt/sources.list deb http://ftp.cn.debian.org/debian/ stretch main deb h
在CentOS 1804 中的 Tomcat 9 設定 SSL( https ) 加密 (多域名加密,阿里雲 SSL+ 騰訊雲 SSL)
相關文章: 在 CentOS 1804 中手動安裝 JDK 1.8 在CentOS 1804 中設定 Apache Tomcat 9.0.12 開機自啟 在tomcat中設定http自動跳轉https 準備環境: CentOS(版本沒有要求,筆者使用CentOS 180
debian 7.0 (Wheezy) 源設定
## china deb http://ftp.cn.debian.org/debian/ wheezy main contrib non-free deb-src http://ftp.cn.debian.org/debian/ wheezy main contrib non-fr
如何在CentOS 7.5、Ubuntu 18.04和Debian 9中安裝Golang 1.11
Golang 是谷歌開發的一種程式語言。由於它的多功能性、簡單性和可靠性, Golang 已經成為開源社群中最受歡迎的程式語言之一。 準備: 一個虛擬機器中的 CentOS 7 , Ubuntu 18.04 LTS ,或者 Debian 9 擴充套件
Manjaro-linux 中科大 源配置
Manjaro 系統雖然比 Ubuntu 用著穩定,但有些小地方沒有 Ubuntu 人性化,比如預設安裝完的系統貌似沒有中國的,Ubuntu 估計是用的人多,所以安裝完後會根據所在地給你配置更新的源。 下面是網上抄來的新增中科大源的方法: #先排列源 sudo pacman-mirror
ubuntu18.04 apt-get換國內源 阿里源 163源 清華源 中科大源
伺服器上安裝了最新的Ubuntu Server 18.04,代號為bionic。使用apt-get命令安裝軟體時,有時候速度比較慢,有時候會失敗。因此考慮用國內的映象源更換下apt-get的預設源。 ubuntu 檢視版本號:lsb_release -a 輸出:Distributor ID: Ubuntu
Docker國內映象源設定
阿里雲的Docker加速器 阿里雲 - 開發者平臺:https://dev.aliyun.com/阿里雲 - 容器Hub服務控制檯:https://cr.console.aliyun.com/ 註冊並登陸阿里雲 - 開發者平臺之後,在首頁點選“建立我的容器映象”,然後就會來到阿里雲的服務面
debian 9 stretch 更新源
debian 9 stretch 修改為清華大學更新源 1,修改 debian更新源 1,修改 debian更新源 vim /etc/apt/sources.list #官網源 deb http://deb.debian.org/debia
Ubuntu--更改國內映象源(阿里、網易、清華、中科大)
開啟Ubuntu終端輸入: [email protected]:~$ sudo gedit /etc/apt/sources.list [sudo] maliao 的密碼: 輸入密碼即可 將映象地址更改為以下任意一個地址(下面提供了阿里,網易,清華,中科大映象源地址)
Debian 9安裝docker ce
How to Install Docker on Debian 9 Docker is a free and open-source containerization software that helps to deploy, run applications in a
CentOS教育網yum源(中科大+上交+清華)以及FTP映象
[base] name=CentOS-5 – Base repo=os baseurl=http://centos.ustc.edu.cn/centos/5.0/os/$basearch/ http://ftp.sjtu.edu.cn/centos/5.0/os/$basearch/ http://mir
ubuntu14.04中科大安裝源
為了防止意外發生可以先將 /etc/apt/下面的sources.list複製一份並重命名為sources_old.list, 然後將sources.list裡面的內容修改為下面(上面的是中科大的源下面的是阿里雲的源,可以任選其一,教育網使用者推薦使用中科大源): deb
Kali 2.0最新國內源:阿里雲,中科大
剛剛要給kali裝箇中文輸入法,發現系統預設不能掛VPN ,所以沒法使用官方源安裝軟體,所以找了找國內的源,結果發現網上很多都是Kali 1.0的源,現在已經不能用了(kali-rolling是目前最新的代號),測試了幾個確定了下來。 用文字編輯器開啟sources.li
Ubuntu下安裝Docker,設定映象源以及普通使用者許可權
1. 解除安裝可能存在的舊版本 sudo apt-get remove docker docker-engine docker-ce docker.io 2. 更新apt包索引 sudo apt-g
Docker 國內映象源設定
docker pull 國內網路連結失敗或很卡慢,一般都需要更換至國內 需要下載 最新的 18版本 建立或修改 /etc/docker/daemon.json 檔案,修改為如下形式 { "registry-mirrors": [
ubuntu 14.04阿里雲軟體源,中科大映象源
deb https://mirrors.ustc.edu.cn/ubuntu/ trusty main restricted universe multiverse deb-src https://mirrors.ustc.edu.cn/ubuntu/ trusty main restricted univ