docker-compose up失败,提示network not found

在启动一个容器的时候提示 network xxx not found



$ docker-compose up 
Starting yachaoonline-php5.6 ... error

ERROR: for yachaoonline-php5.6  Cannot start service app: network edb946210ef3e67fbb1db9ab6aee1a8475d3bf0b73a5d70794c32636b99722f9 not found

ERROR: for app  Cannot start service app: network edb946210ef3e67fbb1db9ab6aee1a8475d3bf0b73a5d70794c32636b99722f9 not found
ERROR: Encountered errors while bringing up the project.

因为很久没启动这个项目了,估计是该网络被删除。尝试以下命令进行修复

先查看网络

docker network ls

发现网络还在,但id已经修改了。执行 dokcer network prune进行清楚,仍旧无法清除。然后执行一下命令进行系统清理。

docker system prune

然后重新启动,问题解决。

Go PHP

PHP 不会死 —— 我们如何使用 Golang 来阻止 PHP 走向衰亡

https://zhuanlan.zhihu.com/p/256246753

GO+PHP, 让全宇宙最好的两种语言合体的神器——RoadRunner

https://zhuanlan.zhihu.com/p/60599237

https://blog.p2hp.com/archives/7496

简单的介绍(蹩脚的机翻)

享受PHP与Go的强大合体【RoadRunner】的乐趣!官方介绍的翻译

关于RST SOAP RPC的简单对比

浅谈 RPC 和 REST: SOAP, gRPC, REST

浅谈 RPC、RMI、REST 这些很绕的概念

API怎么选?比较SOAP、REST、GraphQL和RPC