瀏覽代碼

docker: troubleshooting tips

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71867 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 7 年之前
父節點
當前提交
9a2adf126a
共有 1 個文件被更改,包括 7 次插入0 次删除
  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 \
         -it grass grass /data/nc_basic_spm/PERMANENT --exec \
             python -m grass.gunittest.main \
             python -m grass.gunittest.main \
                 --location nc_basic_spm --location-type nc
                 --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