docker-headless-vnc-container
docker-headless-vnc-container copied to clipboard
Collection of Docker images with headless VNC environments
The apps are out of date, you should be rebuilding this like weekly or something. Because apps out of date, you cant upgrade either since base user doesnt have permissions....
First of all: Great work, thanks for providing that. Just a minor remark: The build instruction on README.md, docker build -t consol/centos-xfce-vnc centos-xfce-vnc seems odd, shouldn't it be docker build...
Hello Team, I am unable to install new softwares, can I know what is root password.
Currently the `$HOME` location is `/headless`. How could we easily change it to something else? Would it be possible to paramatrize it when running the container ie: `-e HOME=/home/my_user`?
Hello what is the ROOT password? I would like to install a text editor and I would like to put the interface in French
Does this vnc container support opengl?
**Short overview** high dpi setting in vnc server **Use case** 4K monitor **Detailed feature description** launch script: ``` vncserver -geometry 1440x900 -alwaysshared -dpi 96 -localhost :1 ``` **Additional content** [wiki...
The package `chromium-browser` in Ubuntu 19.10 tries to install via `snap`. This is not supported within docker. I found a [workaround](https://github.com/ogra1/snapd-docker) including [discussion](https://forum.snapcraft.io/t/running-snaps-inside-docker-containers/869). Unfortunately, this doesn't work within `Dockerfile` but...
**Image** centos-xfce-vnc **Tag** latest **Short overview** how to install chinese pinyin input method? **Detailed error description** I have run following command: ```shell yum install ibus ibus-libpinyin ibus-daemon -drx ``` but...