forked from qt-creator/qt-creator
Docker: Drop the default /opt and /data mounts
They were helpful for my local setup but arbitrary and in some cases detrimental in the general case. Task-number: QTCREATORBUG-25981 Change-Id: I65636a9ba8340357f7c83990703fe6e74b2afed4 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
QString tag;
|
||||
QString size;
|
||||
bool useLocalUidGid = true;
|
||||
QStringList mounts = {"/opt", "/data"};
|
||||
QStringList mounts;
|
||||
};
|
||||
|
||||
class DockerDevice : public ProjectExplorer::IDevice
|
||||
|
Reference in New Issue
Block a user