您好,登錄后才能下訂單哦!
這篇文章主要介紹“快速國內代碼Repo和Docker鏡像的拉取怎么啟動”,在日常操作中,相信很多人在快速國內代碼Repo和Docker鏡像的拉取怎么啟動問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”快速國內代碼Repo和Docker鏡像的拉取怎么啟動”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!
Apollo的主站代碼Repo是在Github上,鏡像Repo是在DockerHub上,拉取時間長也不穩定。
首先,在Github Apollo的Quick Start中就有說明中國的快速代碼拉取。
國內放在了Gitee上。
git clone https://gitee.com/ApolloAuto/apollo.git git remote set-url origin git@github.com:YOUR_GITHUB_USERNAME/apollo.git # Using SSH git remote add upstream git@github.com:ApolloAuto/apollo.git git remote -v git pull --rebase upstream master
第一步: 瀏覽器打開如下兩個網址,找到對應 IP 地址: http://github.com.ipaddress.com/ http://github.global.ssl.fastly.net.ipaddress.com/
第二步: 編輯 hosts 文件 sudo vim /etc/hosts 加入如下兩行:
140.82.xx.xxx github.com 199.232.yy.yyy github.global.ssl.fastly.net
第三步:更新 DNS 緩存(僅限 Mac 用戶) Linux 用戶請忽略此步驟。
sudo dscacheutil -flushcache
在運行dev_start.sh時有命令行加速選項:
dev_start.sh --help OPTIONS: -h, --help Display this help and exit. -f, --fast Fast mode without pulling all map volumes. -g, --geo <us|cn|none> Pull docker image from geolocation specific registry mirror. -l, --local Use local docker image. -t, --tag <TAG> Specify docker image with tag <TAG> to start. -d, --dist Specify Apollo distribution(stable/testing) --shm-size <bytes> Size of /dev/shm . Passed directly to "docker run" -y Agree to Apollo License Agreement non-interactively. stop Stop all running Apollo containers.
是這個-g cn的選項可以加速從國內的鏡像站,而非dockerhub拉取鏡像。
dev_start.sh -g cn
現在啟動apollo足夠爽了。
到此,關于“快速國內代碼Repo和Docker鏡像的拉取怎么啟動”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。