Docker: Switch Linux file handling to docker --exec by default

Also on Linux, where there's actually a choice.

It's slower, but less fragile when it comes to user ids
and/or file system permissions.

Change-Id: I811612fcff65fad50be18bed21150f6ca7fae93c
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2022-01-11 14:40:03 +01:00
parent 79ce29b5a1
commit 3342d4477c
2 changed files with 10 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ public:
QString tag;
QString size;
bool useLocalUidGid = true;
bool useFilePathMapping = true;
bool useFilePathMapping = false;
QStringList mounts;
};