Is it possible to have GUI for docker container?

那年仲夏 提交于 2019-12-11 11:48:56

问题


I want to have separate environment for my developers in their system so that I can still protect their system from any hardware/software failure due to the crash by their program. What I want is A system should have container, whenever developer login into their system they should again login into the container to start their work It's like guest/standard user of system, but it should work with container. So the container should give an environment like real system(GUI). Is it possible with docker? I know about run a specify application from container with GUI as can you run GUI apps in a docker?. But in my case get developers environment(with GUI) with docker for example login into docker container with VNC client as

-----------------------------------------------
| real system (VNC client)     | docker   |   |
|             ---------->      |container |   |
|                              |          |   |
-----------------------------------------------

来源:https://stackoverflow.com/questions/23967283/is-it-possible-to-have-gui-for-docker-container

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!