Re: [QGIS-Developer] Compile QGIS in docker

2022-10-22 Thread David Marteau via QGIS-Developer

Hi,

I use and compile Qgis desktop and server on Docker on a daily basis.

Docker on Windows or Osx relies on linux vm, so basically, you should do 
- almost - anything that
you can do on Linux but  my expérience has taught me that the processe 
is much smoother on Linux.


However, as Richard said, WSL on Windows works rather well with Docker 
and should provide you wih real linux

experience

About qgis ready to use docker image you may find several up to date 
flavors:


- https://hub.docker.com/r/qgis/qgis
- https://hub.docker.com/r/3liz/qgis-platform (no desktop - server only)

If your goal is to compile Qgis, you should go with multi-stage building 
process

and I can tell more about this if you want.

You will find ready made images with build dependencies: 
https://hub.docker.com/r/qgis/qgis3-build-deps


Or some recipies for achieving this on latest Debian/Ubuntu: 
https://github.com/3liz/docker-qgis-build


Regards,
David


Le 22/10/2022 à 16:49, Richard Duivenvoorde via QGIS-Developer a écrit :


On 10/22/22 16:25, Paul N via QGIS-Developer wrote:

Is it possible to compile QGIS in docker on windows system.

Any clue.


What is your use-case?
- Desktop or Server?
- Host = Windows, but container = ?

There are ready to use QGIS-Server images, others know better which 
one is most up to date (@others..)


If you just want to compile in a Debian/Ubuntu/whatever, off course 
you can: a container is/can be a full fledged Linux machine.


We also experimented with Running QGIS-Desktop on a container on a 
Linux host running X.
Not sure if that is possible on a Windows host though, and you will 
probably have some container/permission issues... though I've been 
flabbergasted with the recent capabilities of the Linux sub system on 
Windows... ( but to be clear: just use Linux :-) ).


Anyway: what is it that you want to try?

Regards,

Richard Duivenvoorde
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] Compile QGIS in docker

2022-10-22 Thread Richard Duivenvoorde via QGIS-Developer

On 10/22/22 16:25, Paul N via QGIS-Developer wrote:

Is it possible to compile QGIS in docker on windows system.

Any clue.


What is your use-case?
- Desktop or Server?
- Host = Windows, but container = ?

There are ready to use QGIS-Server images, others know better which one is most 
up to date (@others..)

If you just want to compile in a Debian/Ubuntu/whatever, off course you can: a 
container is/can be a full fledged Linux machine.

We also experimented with Running QGIS-Desktop on a container on a Linux host 
running X.
Not sure if that is possible on a Windows host though, and you will probably 
have some container/permission issues... though I've been flabbergasted with 
the recent capabilities of the Linux sub system on Windows... ( but to be 
clear: just use Linux :-) ).

Anyway: what is it that you want to try?

Regards,

Richard Duivenvoorde
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer