From 73bcc6de4747f18dcc8004dc9fd41fbf6e0e333c Mon Sep 17 00:00:00 2001 From: guoyz Date: Tue, 15 Jul 2025 23:02:26 +0800 Subject: [PATCH] vault backup: 2025-07-15 23:02:26 --- InterestingStuffs/Docker.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 InterestingStuffs/Docker.md diff --git a/InterestingStuffs/Docker.md b/InterestingStuffs/Docker.md new file mode 100644 index 0000000..e0dda98 --- /dev/null +++ b/InterestingStuffs/Docker.md @@ -0,0 +1,18 @@ + +显示上下文环境 +docker context ls +切换上下文环境 +docker context use orbstack + + +open webui +docker run -d -p 3000:8080 -e OLLAMA_BASE_URL=https://possibly-engaged-filly.ngrok-free.app/ -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main + + +clash 容器切换节点 + + + +curl -X PUT "http://localhost:50003/proxies/%F0%9F%9A%80%E4%BB%A3%E7%90%86%E7%BA%BF%E8%B7%AF" \ + -H "Content-Type: application/json" \ + -d '{"name": "R6-1|美国-NF|BGP"}' \ No newline at end of file