Sign inSign up

mundialis/docker-qgis3

By mundialis

Updated about 6 years ago

QGIS 3.10 in docker

Image
2

1.2K

mundialis/docker-qgis3 repository overview

Latest QGIS 3 in docker (QGIS 3.10.x)

QGIS 3.10.x from QGIS.org

Included: QGIS-Processing - GRASS GIS 7

Installation

Available via mundialis docker hub repo:

docker pull mundialis/docker-qgis3

You can download a convenient "qgis3" startup script here: qgis3.

Download the file and store it either into $HOME/bin/ or in /usr/local/bin/ (or likewise into a directory listed in your PATH environment variable) and set the "executable" flag of the script. Hence, be sure to make the "qgis3" script an executable:

chmod a+x qgis3

Usage

Simply run

qgis3

Troubleshooting

If QGIS crashes or hangs it might leave an orphan docker process running. If you see the process with

docker ps

Then run

docker stop <process id or container name>

Else run

docker ps -a

then

docker rm <process id or container name>

Acknowledgements

Software: QGIS SOURCE: ubuntugis-unstable

The work of Tim Cera and Michael Wess is acknowledged. Thanks!

Tag summary

Content type

Image

Digest

Size

413.2 MB

Last updated

about 6 years ago

docker pull mundialis/docker-qgis3