Docker: add option to disable file path mapping

Can be used to easily reproduce the current windows state that has no
way to map the remote file system to a local path on other systems like
linux.

Change-Id: I32cd1852dd0b4fc0890a503c244f34065c29e18c
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
David Schulz
2021-09-22 11:01:46 +02:00
parent 8eea18eefe
commit 82b250d901
2 changed files with 23 additions and 0 deletions

View File

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