digmouse’s Ai journey

  • DeepSeek Agent
  • deepseek application
Ai无处不在
专注Ai Agent产品设计开发
  1. 首页
  2. Uncategorized
  3. 正文

ubuntu install clash &docker run

1 5 月, 2025 31点热度 0人点赞

Step 1

Down & install

https://github.com/wnlen/clash-for-linux

Step 2

clash能够运行,并且可以访问google的前提是需要相应的.yaml文件,一般默认读取该位置:$HOME/.config/clash/config.yaml

config.yaml的内容替换如下链接文件中的内容

https://github.com/JXCrazy/Clash-for-ubuntu/blob/main/config.yml


Step 3

sudo mkdir -p /etc/docker
sudo nano /etc/docker/daemon.json

{
  "proxies": {
    "http-proxy": "http://127.0.0.1:7890",
    "https-proxy": "http://127.0.0.1:7890",
    "no-proxy": "localhost,127.0.0.1"
  }
}

这里才能保证docker翻墙,很关键

Step 4

设置了这里才能浏览器访问google

标签: clash docker ubuntu
最后更新:1 5 月, 2025

digmouse

这个人很懒,什么都没留下

点赞

文章评论

razz evil exclaim smile redface biggrin eek confused idea lol mad twisted rolleyes wink cool arrow neutral cry mrgreen drooling persevering
取消回复

Archives

  • 2025 年 5 月
  • 2025 年 4 月
  • 2025 年 3 月
  • 2025 年 2 月
  • 2025 年 1 月

Categories

  • Ai Agent
  • Ai本地知识库
  • Ai资源
  • llamaindex
  • LLM
  • MCP
  • python
  • rerank model
  • Uncategorized

COPYRIGHT © 2025 digmouse’s Ai journey. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang