Hi
I try it install MongDB Charts on my Centos 7.
My docker version is 19.03.6
After run docker stack deploy -c charts-docker-swarm-19.12.2.yml mongodb-charts
docker service ls always show this:
ID NAME MODE REPLICAS IMAGE PORTS
attyf7r08cx0 mongodb-charts_charts replicated 0/1 quay.io/mongodb/charts:19.12.2 *:80->80/tcp, *:443->443/tcp
and docker service log attyf7r08cx0 print nothing!
so I try to run docker run quay.io/mongodb/charts:19.12.2
got this:
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)
Have anyone got the same errors? And how to fix it ?
Thanks!