liuweiqing 最近的时间轴更新
liuweiqing

liuweiqing

V2EX 第 655872 号会员,加入于 2023-10-23 11:32:58 +08:00
以 Docker 的方式运行 OpenWrt
OpenWrt  •  liuweiqing  •  19 天前  •  最后回复来自 libregratis
8
成功反代油管(开源)(可 cf 部署)
分享发现  •  liuweiqing  •  64 天前  •  最后回复来自 liuweiqing
8
GCP300$怎么使用 GPU ?
云计算  •  liuweiqing  •  309 天前  •  最后回复来自 liuweiqing
3
liuweiqing 最近回复了
2 天前
回复了 conky 创建的主题 分享发现 不明白为什么要用虚拟卡开 chatgpt
确实是这样
@julyclyde 不需要 privilege ,第二个问题我不清楚
@julyclyde 我的 openwrt 容器运行的好好的
@Kinnice 使用 privileged 导致的,不能用这个
@Kinnice
```sh
services:
openwrt:
image: 14790897/openwrt:x86_64
container_name: openwrt
restart: always
privileged: true
networks:
macvlan_net:
command: /sbin/init

networks:
macvlan_net:
driver: macvlan
driver_opts:
parent: enp1s0 # 更换为自己的网口
ipam:
config:
- subnet: 192.168.0.0/24 # 更换为自己的子网
gateway: 192.168.0.1 # 更换为自己的的网关
```
还有就是关闭容器会导致电脑重启
20 天前
回复了 liuweiqing 创建的主题 OpenWrt 以 Docker 的方式运行 OpenWrt
@PbCopy111 使用方法一样
20 天前
回复了 liuweiqing 创建的主题 OpenWrt 以 Docker 的方式运行 OpenWrt
@PbCopy111 这个知道,只是不知道它还有 beatuiful apps 的别名
20 天前
回复了 liuweiqing 创建的主题 OpenWrt 以 Docker 的方式运行 OpenWrt
beatuiful apps 是什么?
@PbCopy111
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5508 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 21ms · UTC 06:52 · PVG 14:52 · LAX 22:52 · JFK 01:52
Developed with CodeLauncher
♥ Do have faith in what you're doing.