kartoza / docker-qgis-desktop

A docker project that will run your QGIS desktop app inside a docker container
GNU General Public License v2.0
98 stars 46 forks source link

I found a way to not use 'xhost' #16

Closed timcera closed 8 years ago

timcera commented 8 years ago

There is a way where you don't use xhost. You have to run as the same user within the image as you use to run the image. I use and environment variable to pass that information into the image.

If interested take a look at timcera/qgis-desktop-debian.

Thanks for setting this up. Your work was my initial guide.

timlinux commented 8 years ago

Hi @timcera

Thanks for your tips! - I will update the readme!

Regards

Tim