diff --git a/.docker/Dockerfile b/.docker/Dockerfile
index a24df7ac66f145f3038365d2bbb28638e8ceb01f..e869bbb965d67f8504a003991a99d4292c65da89 100644
--- a/.docker/Dockerfile
+++ b/.docker/Dockerfile
@@ -20,14 +20,14 @@ COPY . /git
 # Delete .git because it is huge.
 RUN rm -r /git/.git
 
-# Install pycaosdb.ini for the tests
-RUN mv /git/.docker/tester_pycaosdb.ini /git/pycaosdb.ini
+# Install pylinkahead.ini for the tests
+RUN mv /git/.docker/tester_pylinkahead.ini /git/pylinkahead.ini
 
 
 WORKDIR /git
 # wait for server,
 CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- \
-    # ... install pycaosdb.ini the server-side scripts
-    cp /git/.docker/sss_pycaosdb.ini /scripting/home/.pycaosdb.ini && \
+    # ... install pylinkahead.ini the server-side scripts
+    cp /git/.docker/sss_pylinkahead.ini /scripting/home/.pylinkahead.ini && \
     # ... and run tests
     tox
diff --git a/.docker/sss_pycaosdb.ini b/.docker/sss_pylinkahead.ini
similarity index 71%
rename from .docker/sss_pycaosdb.ini
rename to .docker/sss_pylinkahead.ini
index de2867f8dc66b3e81f10f35e40c36f9cb8591604..3a5bb316c967597deb6804f029e0a192bf3a6b9e 100644
--- a/.docker/sss_pycaosdb.ini
+++ b/.docker/sss_pylinkahead.ini
@@ -1,4 +1,4 @@
-; this is the pycaosdb.ini for the server-side-scripting home.
+; this is the pylinkahead.ini for the server-side-scripting home.
 [Connection]
 url = https://caosdb-server:10443
 cacert = /opt/caosdb/cert/caosdb.cert.pem
diff --git a/.docker/tester_pycaosdb.ini b/.docker/tester_pylinkahead.ini
similarity index 96%
rename from .docker/tester_pycaosdb.ini
rename to .docker/tester_pylinkahead.ini
index b0d2e9f095a08b3f4d63d5f20152ef65ec888ecb..408f08a29d0f4a65a42762fdf1fcd7aab850d48c 100644
--- a/.docker/tester_pycaosdb.ini
+++ b/.docker/tester_pylinkahead.ini
@@ -1,4 +1,4 @@
-; pycaosdb.ini for pytest test suites.
+; pylinkahead.ini for pytest test suites.
 
 [IntegrationTests]
 ; location of the scripting bin dir which is used for the test scripts from the
diff --git a/pycaosdb.ini.template b/pylinkahead.ini.template
similarity index 100%
rename from pycaosdb.ini.template
rename to pylinkahead.ini.template