I uploaded an Ubuntu image to Docker on Windows.
I can run Ubuntu:
docker run -it ubuntu
I see only root, but I do not see the Ubuntu GUI. How to install or configure a graphical interface for this image and run applications on this graphical interface, how do we work in a virtual machine?
source
share