DEV Community

Discussion on: Run GUI app in linux docker container on windows host

Collapse
 
zeerorg profile image
Rishabh Gupta • Edited

You can run dockerized x server apps on ec2 but there are two ways you can get gui.

  1. Forwarding X using ssh, this will be very slow as X11 requires very high bandwidth and very low latency to work with reasonable speed.
  2. Using VNC, this can be done but I personally haven't tried it