Skip to content

Emamatcyber90/alpine-xfce4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alpine-xfce4

Simple and minimal Docker image providing Xfce4 Desktop and VNC server.

Configuration

To set up remote X framebuffer display resolution open Dockerfile and edit

ENV RESOLUTION 1920x1080x24

Build Image

git clone https://github.com/jkuri/alpine-xfce4.git
docker build -t alpine-xfce4 alpine-xfce4/

Run Image

docker run -it -p 5900:5900 --rm alpine-xfce4

Connect With VNC

Use vncviewer or similar software to connect to container. Predefined password is alpine.

LICENCE

MIT

About

alpine Linux with Xfce4 and VNC Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%