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