Docker for GUI-based environments?

后端 未结 8 827
耶瑟儿~
耶瑟儿~ 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:06

    You can use subuser to package your GUI applications. It also has good support for updating applications. You can put your Dockerfiles in a git repo once, and then just run subuser update all on each client to rebuild the images when they need to be changed.

提交回复
热议问题