Docker: Make usage of UID and GID configurable

Make it optional to use UID and GID of the current user.

Change-Id: I1a7eeaba0cfae204b05f0ab4d409d965b8fc09ef
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2021-06-29 10:47:48 +02:00
committed by hjk
parent d5182a890a
commit 75ffccad0b
2 changed files with 16 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ public:
QString repo;
QString tag;
QString size;
bool useLocalUidGid = true;
};
class DockerDevice : public ProjectExplorer::IDevice