互联网运维 Linux ipvlan L2 vs L3 模式的 bridge 与 promiscuous 模式需求 必须开 promiscuous,因 ipvlan l2 模式依赖宿主机网卡接收匹配容器 mac 的帧,而物理口 […]...
互联网运维 Linux notation 的 –oci-layout 与 notation cert 信任链配置 notation cert add 只支持 pem 格式证书文件路径,不支持 oci layout 目录;需先 […]...
互联网运维 Linux journalctl 的过滤表达式与 systemd unit 日志持久化配置 journalctl 是 systemd 日志查询工具,依赖字段过滤与布尔逻辑;日志跨重启保留需配置 jour […]...
互联网运维 Linux chcon -t container_file_t 的容器卷挂载 SELinux 标签修复 chcon -t container_file_t 挂载后不生效,根本原因是 docker/podman 使用 […]...