2023年11月8日

oraclelinux 使用过程中碰到的系统问题

摘要: 1、systemctl命令提示错误: Failed to get D-Bus connection: Operation not permitted 重新安装一次systemctl 第一步:备份 mv /usr/bin/systemctl /usr/bin/systemctl.old 第二步:重新安 阅读全文

posted @ 2023-11-08 20:11 猫狗一家亲 阅读(69) 评论(0) 推荐(0)

Docker容器间的网络设置

摘要: 1、构建自定义docker网络 docker network create -d bridge docker_Net#其中,-d指定了docker的网络类型为bridge类型,并自定义docker网络的名称为docker_Net 创建成功后,用docker network ls查看系统的docker 阅读全文

posted @ 2023-11-08 16:01 猫狗一家亲 阅读(65) 评论(0) 推荐(0)

导航