Sign inSign up

kry07/xorg

By kry07

Updated over 9 years ago

This Container is made to be used as base for gui Applications.

Image
4

4.7K

kry07/xorg repository overview

trusty Ubuntu 14.04
xenial Ubuntu 16.04

These Containers depends on buildpack-deps

Why did i choose Ubuntu ?
Ubuntu is in my Opinion the most used and supported linux-distro.

I use some Applications with these containers. You can find them in github.com/Kry07/docker-apps. Please Comment, otherwise i don't recognize that some one is using my work. I don't upload them anymore to dockerhub, because nobody is using them.

For more information about this image and its history, please see GitHub repo.

Dockerfile
  • A user "user" is created, because you should never run X as root !
Environment variables

LANG $LANG - Tells the system which language you are using. (Default en_US)
HOME /home/user - Sets the path to the home directory of the user.
DEBIAN_FRONTEND noninteractive - Let the OS know there is no tty.
DISPLAY $DISPLAY - Tells the X on which Screen to draw the windows. (Default :0)
PULSE_SERVER - Tells Pulseaudio where the server is. (Default tcp:192.168.0.120:4747)

How to run example
$ xhost +si:localuser:$USER
$ docker run -v /tmp/.X11-unix:/tmp/.X11-unix:ro \
	-v $HOME/.config/pulse/cookie:/home/user/.config/pulse/cookie:ro \
	kry07/xorg:${xbranch} ...

Tag summary

Content type

Image

Digest

Size

148.7 MB

Last updated

over 9 years ago

docker pull kry07/xorg