Hi, @tomhollander
I dont know how to create new post, so I replay you here .
I try to install MongoDB Charts, but got errors!
So I run docker run quay.io/mongodb/charts:19.12.2 and got these outputs:
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)
The error only happends on my Centos 7 system
docker stack deploy -c charts-docker-swarm-19.12.2.yml mongodb-charts works fine on Ubuntu18.04LTS.
my docker version is 19.03.6
Thanks you very much for helping!