Sign inSign up

bbinet/qgis

By bbinet

Updated over 9 years ago

The QGIS opensource desktop GIS in a docker container.

Image
0

1.6K

bbinet/qgis repository overview

docker-qgis

QGIS: the QGIS opensource desktop GIS in a docker container.

Build

To create the image bbinet/qgis, execute the following command in the docker-qgis folder:

docker build -t bbinet/qgis .

You can now push the new image to the public registry:

docker push bbinet/qgis

Run

Then, when starting your qgis container, you will want to share the X11 socket file as a volume so that the QGIS windows can be displayed on your Xorg server. You may also need to run command xhost + on the host.

$ docker pull bbinet/qgis

$ docker run -it --name qgis \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -e DISPLAY=unix$DISPLAY \
    bbinet/qgis

Tag summary

Content type

Image

Digest

Size

321.1 MB

Last updated

over 9 years ago

docker pull bbinet/qgis