<div dir="ltr"><div>[Using the thread with the announcement for this answer.]<br><br>On Sat, Jul 29, 2017 at 4:00 PM, Michael Barton <<a href="mailto:Michael.Barton@asu.edu" target="_blank">Michael.Barton@asu.edu</a>> wrote:<br>><br>> Is this a runnable version of GRASS under Docker or a compilable version of GRASS?<br>><br><br></div>It is the Dockerfile. You let Docker build a Docker image using that file (Docker looks to the directory specified and finds the Dockerfile, kind of like make and Makefile). You then use Docker to run a process in the container derived from that image. GRASS GIS is build as part of building of the image. See the readme file for examples:<br><div><br><a href="https://trac.osgeo.org/grass/browser/grass/trunk/README#L53" target="_blank">https://trac.osgeo.org/grass/<wbr>browser/grass/trunk/README#L53</a><br><br></div><div>Vaclav<br></div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jul 29, 2017 at 12:15 PM, Vaclav Petras <span dir="ltr"><<a href="mailto:wenzeslaus@gmail.com" target="_blank">wenzeslaus@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>Hi all,<br><br></div>I just added a Dockerfile to the Subversion repository. The Dockerfile uses the local source code, i.e. typically what you get with svn, because it is a part of the source code. It it not downloading any GRASS GIS source code by itself, so you can make changes in the source code locally and rebuild the image (you need to tell Docker to remove the existing image (layer) or to not use cache).<br><br></div>It is using Ubuntu, but something more lightweight may be more appropriate, some other images, on the other hand, may bring some additional features. It is not installing any GRASS addons or using PPA repositories.<br><br></div>The documentation is in the README (yes, we have a README file ;-). I hope it is the right place. It contains example which runs all the tests. It assumes you have NC SPM location on your (local) disk.<br><br></div>The image keeps the source code (the source code is not removed) and it has one volume which you mount and that's where the data are supposed to be.<br><br></div>Please, send the feedback here. Let me know if it fits your use cases and open tickets if you have some requests.<span class="gmail-m_-1485779439782921506HOEnZb"><font color="#888888"><br><br></font></span></div><span class="gmail-m_-1485779439782921506HOEnZb"><font color="#888888">Vaclav<br></font></span></div>
</blockquote></div><br></div></div>