建立于: 8年前 ( 更新: 8年前 )
可经由方下命令安装,就会有phpzie了。
yum install php-devel.x86_64
yum install php-devel.x86_64
可能在旧版的docker环境,使用Docker compose启动容器时,会碰过下方的错误: Error response from daemon: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network这其实这是default-address-pools用光的症状,有些环境,docker-compose默认会使用Class B的私有网络。172段的私有IP是有范围的,从172.16.0.0到172.31.255.255。也就是说,当我们起动一个docker-compose的Project,就会吃掉一个Class B的私有段,非常豪迈,
可用docker version检查,确认版本在Docker v20.10+即可添加extra_hosts如下:
No Comment
Post your comment