03 2025 档案

摘要:docker-compose.yaml services: kafka: container_name: kafka image: registry.cn-shanghai.aliyuncs.com/docker-aliyun-0044/kafka:3.9.0 ports: - '9092:9092 阅读全文
posted @ 2025-03-27 15:11 LiuChengloong 阅读(23) 评论(0) 推荐(0)
摘要:pve shell中修改容器配置文件: nano /etc/pve/lxc/容器id.conf 添加以下内容: lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net/tun dev/net/tun none bind,cr 阅读全文
posted @ 2025-03-13 09:41 LiuChengloong 阅读(100) 评论(0) 推荐(0)