Documentation example with custom config flag does not work #586
Replies: 1 comment
-
This is a problem with the specific contents of Digging into it interactively, I see that config file uses (We don't configure/use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For example, when you try:
docker run --name some-mongo -d mongo --config /etc/mongod.conf.orig
Which is re-using existing configuration, then you are getting exit code 100 and the container doesn't start.
Beta Was this translation helpful? Give feedback.
All reactions