aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/manual/docker/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/manual/docker/README.md b/tests/manual/docker/README.md
index 68be58f2e4..d9ef944d46 100644
--- a/tests/manual/docker/README.md
+++ b/tests/manual/docker/README.md
@@ -23,7 +23,10 @@ What works:
For testing:
-- build docker containers from this directory (tests/manual/docker) by
+- Optional: Set QT_LOGGING_RULES=qtc.docker.device=true
+ This will show a large part of the communication with the docker CLI client.
+
+- Build docker containers from this directory (tests/manual/docker) by
running ./build.sh. This builds a docker image containing a Desktop Qt
build setup (including compiler etc) and second docker image container
containing a run environment without the build tools, but e.g. with gdb