aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/docker/README.md
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2022-02-09 09:04:09 +0100
committerhjk <hjk@qt.io>2022-02-09 11:02:15 +0000
commit76eb84e72d5a84d9c1d086c3483a5493745345cf (patch)
treea9cd78ec9659b752e3749fe2b68b117b29b24b68 /tests/manual/docker/README.md
parenteb7aad198f8e2f1845b712a553834199d6a5c953 (diff)
Docker: Also mention the logging category used for debugging/testing
Change-Id: I3f3c34e6102a6225539f3ad3b32d2e1e0026bc3a Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/manual/docker/README.md')
-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