Iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 3306 -j DNAT --to-destination 172.17.0.2:3306 ! -i docker0: iptables: No chain/target/match by that name. (exit status 1)) 错误日志 [root@VM-0-7-centos conf]# docker restart mysql5.7 Error response from daemon: Cannot restart container mysql5.7: driver failed programmin continue reading docker zhuoyuebiji 2021/12/21 1835
Docker 常用命令 认识 Dockerfile Dockerfile 是用来构建 Docker 镜像的构建文件,是由一系列命令和参数构成的脚本。具体:https://www.cnblogs.com/panwenbin-logs/p/8007348.html FROM:基础镜像,当前新镜像是基于哪个镜像的 continue reading docker zhuoyuebiji 2021/4/14 370
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running 产生原因: 安装 docker 后没有启动 docker 解决方法1: su root # 先切换到root用户, 再执行以下命令 systemctl enable docker # 开机自动启动docker systemctl start docker # 启动doc continue reading docker zhuoyuebiji 2021/4/12 819
树莓派4B 安装 nextcloud 做私人云盘网盘(nginx + docker + nextCloud + redis) 环境准备 电信公网 IP(打客服电话说家里装监控要公网 IP,电信不用到家就可以开通,不是 固定 IP 哦) noip 动态 ddns 账号(申请到免费的账号,登录到路由器的 动态 ddns 里) 树莓派4B 8G(系统:Linux raspberrypi 5.10.17-v7l continue reading 树莓派 zhuoyuebiji 2021/3/19 3454
树莓派安装 docker 和 docker-compose(镜像快速安装) 安装环境 树莓派系统: Linux raspberrypi 5.10.17-v7l+ #1403 SMP Mon Feb 22 11:33:35 GMT 2021 armv7l GNU/Linux 安装 docker 下载脚本: curl -fsSL https:/ continue reading 树莓派 zhuoyuebiji 2021/3/18 1813