How to open Ubuntu GUI inside docker image -
i have downloaded ubuntu image inside docker in windows. can run ubuntu docker run -it ubuntu
but see root, dont see ubuntu gui, how install or configure gui image , run apps on gui run in vm
generally, approach developping docker keep ide on workstation, , build images binary produced sources.
you can find many example of such workflow (local compilation, deployment in docker containers) in domeide.github.io/ (docker meets ide!)
example: docker tools visualstudio allows tight integration between editor , docker processes.
(but visual studio 2015, not visual studio code)
Comments
Post a Comment