Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不得不在 docker 文件中更新我的网络浏览器,因为我在测试中报告了该横幅,并且它未能通过我的自动化测试。
我不知道如何更新它。我应该通过 docker update 容器来完成吗?或者我应该删除 selenium/node-chrome add push into docker new 容器?
好的,我找到了解决方案:
docker-compose pull
docker-compose up -d
在这些步骤之后,应该更新浏览器