The following works fine: `docker run mongo:3.4.1 mongod --logpath /data/db/mongodb.log --logRotate rename` Attempting to use 3.4.2 or 3.4.3 this does not work anymore: `docker run mongo:3.4.3 mongod --logpath /data/db/mongodb.log --logRotate rename` fails with: > Error parsing command line: Multiple occurrences of option "----logpath" try 'mongod --help' for more information