Pārlūkot izejas kodu

docker: troubleshooting tips

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71867 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 7 gadi atpakaļ
vecāks
revīzija
9a2adf126a
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  1. 7 0
      README

+ 7 - 0
README

@@ -71,3 +71,10 @@ To run the tests (again assuming local location):
         -it grass grass /data/nc_basic_spm/PERMANENT --exec \
             python -m grass.gunittest.main \
                 --location nc_basic_spm --location-type nc
+
+If you compiled locally before building the Docker image, you may
+encounter problems as the local configuration and locally compiled file
+are copied to and used in the Docker image. To make sure you don't have
+this issue, clean all the compiled files from the source code:
+
+    make distclean