Skip to content

Commit

Permalink
change switch_docker_source scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp0204 committed Jun 20, 2024
1 parent 2663387 commit 8d80d4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/casaos_newbie.sh
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@ Environment=\"NO_PROXY=$NO_PROXY\"" | sudo tee /etc/systemd/system/docker.servic

switch_docker_source() {
echo "> 切换Docker镜像源"
bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
# bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
bash <(curl -sSL https://gitee.com/xjxjin/scripts/raw/main/check_docker_registry.sh)
}

disk_usage() {
Expand Down

0 comments on commit 8d80d4a

Please sign in to comment.