Skip to content

Run QGIS Desktop with X11 GUI support and persistent project storage. Perfect for Linux users who want an isolated, reroducible QGIS environment.

License

Notifications You must be signed in to change notification settings

lpolish/qgis-x11-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QGIS Docker Project

This project sets up a Docker environment for running QGIS using the qgis/qgis Docker image. It includes persistent storage for data and configuration files.

Project Structure

  • docker-compose.yml: Defines the services, networks, and volumes for the Docker application.
  • data/: Directory for storing persistent data generated by the QGIS application.
  • config/: Directory for configuration files related to the QGIS application.
  • README.md: Documentation for the project.

Getting Started

  1. Clone the repository:

    git clone https://github.com/lpolish/qgis-x11-docker.git
    cd qgis-x11-docker
    
  2. Start the application: Run the following command to start the Docker containers:

    ./manage.sh gui
    

Persistent Storage

The data and config directories are mounted as volumes in the Docker container to ensure that any changes made within the QGIS application are saved and can be accessed in future sessions.

Additional Information

For more details on using QGIS, refer to the official QGIS documentation.

About

Run QGIS Desktop with X11 GUI support and persistent project storage. Perfect for Linux users who want an isolated, reroducible QGIS environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published