FROM mongo:4.0.24 ENTRYPOINT [ "mongod", "--config", "/etc/mongod.conf" ]
FROM mongo:4.0.24
ENTRYPOINT [ "mongod", "--config", "/etc/mongod.conf" ]