Docker for GUI-based environments?

后端 未结 8 806
耶瑟儿~
耶瑟儿~ 2020-11-27 12:45

Problem

I have a set of client machines that are a part of an enterprise web application. Each machine runs identical software, which is a PyQT-base

8条回答
  •  死守一世寂寞
    2020-11-27 13:10

    For Mac Catalina, had to install install XQuartz, then...

    xhost 127.0.0.1
    export DISPLAY=:0
    ssh -Y
    docker run -e DISPLAY=host.docker.internal:0 -it ros
    

提交回复
热议问题