Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

mundialis/qgis-desktop-ubuntu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

QGIS 3.10.x from qgis.org running in Docker (docker image available from https://hub.docker.com/r/mundialis/docker-qgis3)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 66.1%
  • Shell 33.9%