Add isCloudronManaged label to containers managed by cloudron

This commit is contained in:
Girish Ramakrishnan
2018-11-10 18:57:50 -08:00
parent 6ec36c9605
commit 78ac1d2a12
6 changed files with 10 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ function startGraphite(existingInfra, callback) {
-p 127.0.0.1:2004:2004 \
-p 127.0.0.1:8000:8000 \
-v "${dataDir}/graphite:/var/lib/graphite" \
--label isCloudronManaged=true \
--read-only -v /tmp -v /run "${tag}"`;
shell.execSync('startGraphite', cmd);