I got the following output for docker run Quay
parsedArgs
installDir (‘/mongodb-charts’)
log
salt
productNameAndVersion ({ productName: ‘MongoDB Charts Frontend’, version: ‘1.9.1’ })
gitHash (undefined)
supportWidgetAndMetrics (undefined)
tileServer (undefined)
tileAttributionMessage (undefined)
rawFeatureFlags (undefined)
stitchMigrationsLog ({ completedStitchMigrations: })
featureFlags ({})
chartsMongoDBUri failure: ENOENT: no such file or directory, open ‘/run/secrets/charts-mongodb-uri’
tokens failure: ENOENT: no such file or directory, open ‘/mongodb-charts/volumes/keys/charts-tokens.json’
encryptionKeyPath failure: ENOENT: no such file or directory, open ‘/mongodb-charts/volumes/keys/mongodb-charts.key’
lastAppJson ({})
stitchConfigTemplate
libMongoIsInPath (true)
I am seeing 3 errors here. However, i was able to generate a docker secret (charts-mongodb-uri) as part of the setup process. So not sure why i am seeing an error related to it. And i have no clue about the other 2 errors.