<div dir="ltr"><div><div><div><div>Hi devs,<br><br></div>during work on my thesis[1] I've added Docker extension to pywps. At my git there is a demo server (pywps-demo with extended config file) [2]. To run it with Docker extension it's necessary to use pywps[3] and OWSLib[4] from my git. Also you need Docker engine to build image and create container (the extension was tested only on Linux).<br><br></div>I will be glad for any comment. Recently, I faced a problem with zombie processes when using multiprocessing python package for deamon that manages created docker containers. Eventually, I used threading[5] instead but not really sure if it's the right solution. So any opinion will be appreciated.<br><br></div>Cheers,<br></div>Adam<br><div><div><div><div><br>[1] <a href="https://github.com/ctu-geoforall-lab-projects/dp-laza-2018/blob/master/text/adam-laza-dp-2018.pdf">https://github.com/ctu-geoforall-lab-projects/dp-laza-2018/blob/master/text/adam-laza-dp-2018.pdf</a><br>[2] <a href="https://github.com/lazaa32/pywps-flask">https://github.com/lazaa32/pywps-flask</a><br>[3] <a href="https://github.com/lazaa32/pywps">https://github.com/lazaa32/pywps</a><br>[4] <a href="https://github.com/lazaa32/OWSLib/tree/sync_request">https://github.com/lazaa32/OWSLib/tree/sync_request</a><br>[5] <a href="https://github.com/lazaa32/pywps/blob/develop/pywps/processing/container.py#L73">https://github.com/lazaa32/pywps/blob/develop/pywps/processing/container.py#L73</a><br></div></div></div></div></div>