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

container won't start on osx #9

Closed grgurev closed 8 years ago

grgurev commented 8 years ago

Hello,

when trying to start container from mac (capitan) I get following errors:

bash-4.3$ docker run --rm --name="qgis-desktop-2.12" -i -t -v ${HOME}:/home/${USER} -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY kartoza/qgis-desktop:latest groupadd: GID '50' already exists bash: /usr/local/qgis-master/bin/qgis: No such file or directory

I'm pulling image from the docker hub. Any idea why container is not starting?

Marin

timlinux commented 8 years ago

Hi

Please see my article here to explain how you can run under OSX. Basically you need a working X11 environment to use this.

Regards

Tim