I want to build a full version of Ubuntu 14 desktop as the base image for gui applications, I know how to build on the Ubuntu desktop version by the debootstrap, as described in https://docs.docker.com/articles/baseimages/, but that is a minimal Linux version and some GUI application cannot run perfectly, because there are some basic components missing, such as a font family, so I want the full control of a basic image, thanks!
相关问题
- Views base64 encoded blob in HTML with PHP
- How to get the background from multiple images by
- Docker task in Azure devops won't accept "$(pw
- Why doesn't php sleep work in the windows-subs
- Unable to run mariadb when mount volume
fcwu/docker-ubuntu-vnc-desktop
https://github.com/fcwu/docker-ubuntu-vnc-desktop provides a convenient setup:
Then either:
visit: http://127.0.0.1:6080/#/ which runs a noVNC more limited JavaScript VNC client
run:
Then inside
vinagre
, you might want to go into full screen mode to be able to see the full desktopI also tried
vinagre
, but it was much laggier when scrolling Firefox on YouTube.To quit just kill
docker
on the terminal. And to restart the machineand then reconnect with VNC. Then to quit the machine:
You have to wait a few seconds for the VNC server on the guest to start before you can connect.
Chromium won't start from the menu. If you try to launch it from the command line it explains why:
Firefox does not care however.
TODO: no audio.
--device /dev/snd
did not help:Tested on Ubuntu 18.04 host,
fcwu/docker-ubuntu-vnc-desktop
4f187de35bf45ab1997b324039f8e29a0b3e8e57.I don't see the benefits of it, but impossible n'est pas français (impossible isn't French).
Docker Desktop is a way that will give you an X11 server to connect on using SSH.