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
阅读全文
摘要: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
阅读全文