Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

dockerfiles

Various docker images I create

X server access control for GUI images

Make sure to set the right permission to the X server for your docker user by running this command :

xhost +SI:localuser:$(id -un)

Or if you are running docker as root :

xhost +SI:localuser:root

If you have any doubt you can also authorize anyone to connect to your X server but it's not recommended :

xhost +

About

Various docker images I create

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.