我在自定义docker容器中运行testcafe,并且Web应用程序在其他docker容器(或docker-compose)中运行。如果我通过网络浏览器使用该应用程序,则转到localhost:8080
如何从testcafe docker容器访问应用程序?
> docker run -ti mycustom/testcafe firefox /tests/*
Error details:
Failed to find a DNS-record for the resource at "http://localhost:8080/".
我尝试添加--network=network-name
,但没有帮助。