Fail to install mongodb charts on Centos

Hi @He-Qingwei -

The errors you saw when you started using docker run are expected, as the volumes and secrets are not mounted when you start this way. It is possible to mount the volumes with additional parameters, but it would likely be easier to figure out why docker stack deploy didn’t work.

The most common cause of the 0/1 replicas is that the image is still in the process of being pulled down. Did you try this again once the image was definitely available locally?

Tom