我为我的一组容器(使用 docker-compose)删除了容器和卷。我“重新创建”,但我无法访问另一个容器应用程序 url。Docker 网络似乎坏了。这是错误:
The exit status code '1' says something went wrong:
stderr: "Loading pages (1/6)
[> ] 0%
[======> ] 10%
[==========> ] 18%
[===========================> ] 45%
[============================> ] 48%
[==============================> ] 50%
Warning: SSL error ignored
[====================================> ] 61%
Error: Failed to load https://xxxxxx.....
...
...
Done
Exit with code 1 due to network error: UnknownContentError
如何解决这个问题?谢谢