Ubuntu Desktop (LXDE) Dockerfile for trusted automated Docker builds.
214
stars
10
commits
Shell
primary language
Sep 25, 2023
updated
This repository contains Dockerfile of Ubuntu Desktop (LXDE) for Docker's automated build published to the public Docker Hub Registry.
Install Docker.
Download automated build from public Docker Hub Registry: docker pull dockerfile/ubuntu-desktop
(alternatively, you can build an image from Dockerfile: docker build -t="dockerfile/ubuntu-desktop" github.com/dockerfile/ubuntu-desktop)
docker run -it --rm -p 5901:5901 -e USER=root dockerfile/ubuntu-desktop \
bash -c "vncserver :1 -geometry 1280x800 -depth 24 && tail -F /root/.vnc/*.log"
Connect to vnc://<host>:5901 via VNC client.
10 commits
Shell
100.0%
Ubuntu Desktop (LXDE) Dockerfile for trusted automated Docker builds.
214
stars
10
commits
Shell
primary language
Sep 25, 2023
updated
This repository contains Dockerfile of Ubuntu Desktop (LXDE) for Docker's automated build published to the public Docker Hub Registry.
Install Docker.
Download automated build from public Docker Hub Registry: docker pull dockerfile/ubuntu-desktop
(alternatively, you can build an image from Dockerfile: docker build -t="dockerfile/ubuntu-desktop" github.com/dockerfile/ubuntu-desktop)
docker run -it --rm -p 5901:5901 -e USER=root dockerfile/ubuntu-desktop \
bash -c "vncserver :1 -geometry 1280x800 -depth 24 && tail -F /root/.vnc/*.log"
Connect to vnc://<host>:5901 via VNC client.
10 commits
Shell
100.0%