Skip to content

yboz/graphical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

graphical

Base docker image for graphical apps

To start graphical apps in a container mount X11 socket and set DISPLAY variable:

docker run -d --rm \
	-v /tmp/.X11-unix:/tmp/.X11-unix \
	-e DISPLAY=unix$DISPLAY \
	graphical:latest \
	/grahical/app

About

Dockerfile to build docker images for graphical apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors