0

I want to use docker run a vm mongodb, at the same time, the mongo configure file use my own defined configure file to archive replication and open authentication.

Scanning some files but don't resolve the problem.

Any ideas?

jp_chen
  • 11
  • 1

1 Answers1

1

The docker mongo image has a docker-entrypoint.sh it calls in the Dockerfile

Check if you can:

VonC
  • 1,129,465
  • 480
  • 4,036
  • 4,755