A web GUI client of Project V which supports VMess, VLESS, SS, SSR, Trojan, Tuic and Juicity protocols. 🚀 - v2rayA/v2rayA https://github.com/v2rayA/v2rayA/blob/main/README_zh.md Docker 安装内核和 v2rayA https://v2raya.org/docs/prologue/installation/docker/ docker 网络 1. 开...
A Linux web GUI client of Project V which supports V2Ray, SS, SSR, Trojan and Pingtunnel 🚀 - v2rayA/docker-compose.yml at master · openwrt-try/v2rayA
Install docker compose sudo curl -L "https://github.com/docker/compose/releases/download/1.23.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-compose 2. Config Update ./configs/v2ray/config.json client-uuid client@example.co...
javascript:void(0)https://v2raya.org/docs/prologue/installation/docker/
https://hub.docker.com/r/xhofe/alist-aria2 如果使用 v2rayA 等代理访问 Google Drive,需要加上--net=host以使用宿主机网络,例如: Bash 1 dockerrun -d --restart=always -v /etc/alist:/opt/alist/data -p5244:5244-e PUID=0-e PGID=0-e UMASK=022--net=host --name="alist"xhofe/alis...
极空间Z4PRO,在docker装了v2rayA后,连接的时候总是报“failed to start v2ray-core: not support "system proxy" mode of transparent proxy: does not support to configure system proxy on your OS”错误。 是啥情况?是因为极空间没开SSH? 看v2rayA的说明书,无 ROOT 权限运行 v2rayA,就使用环境变量 V2...
极空间Z4PRO,在docker装了v2rayA后,连接的时候总是报“failed to start v2ray-core: not support "system proxy" mode of transparent proxy: does not support to configure system proxy on your OS”错误。 是啥情况?是因为极空间没开SSH? 看v2rayA的说明书,无 ROOT 权限运行 v2rayA,就使用环境变量 V2...
极空间Z4PRO,在docker装了v2rayA后,连接的时候总是报“failed to start v2ray-core: not support "system proxy" mode of transparent proxy: does not support to configure system proxy on your OS”错误。 是啥情况?是因为极空间没开SSH? 看v2rayA的说明书,无 ROOT 权限运行 v2rayA,就使用环境变量 V2...
cd ~/aurora/ && docker-compose up -d # 2. ip6tables 命令,直接复制粘贴回车即可(注意,重启系统会导致 ip6tables 规则被重置,需要手动重新添加) ip6tables -t nat -A POSTROUTING -s fd00:ea23:9c80:4a54:e242:5f97::/96 -j MASQUERADE ...
1. 编写docker-compose.yml 2. 设置显卡 3. 在容器内配置开发环境 4. 保存/备份容器 5. 修改docker-compose.yml 6. 开始使用 无Nvidia独显开发环境搭建教程 1. 编写Dockerfile并构建镜像 2. 编写docker-compose.yml 3. 在容器内配置开发环境 4. 保存/备份容器 5. 修改docker-compose.yml 6. 开始使用 常见...