标签: linux macos docker visual-studio-code
我正在尝试制作一个可以在Docker中通过屏幕共享运行桌面应用程序的Web应用程序。我想创建一个可以监视的虚拟显示器。我在devcontainer.json中添加了-e DISPLAY=$DISPLAY,然后在运行Firefox作为测试时它给了我Error: cannot open display: :1.0。我该怎么办?
-e DISPLAY=$DISPLAY
Error: cannot open display: :1.0