git clone https://github.com/LJason77/docker-clash.git
cd docker-clash
docker build -t clash .
clash.yaml 配置文件中,socks5
端口为 1080,http
端口为 8123,与 docker-ssr-polipo 的端口相同,以减少工作量和冲突。
docker run -d --restart always --name clash -v /<your>/clash.yaml:/root/.config/clash/config.yaml --network host clash