FROM mongo:6.0.19 RUN ln -sf /usr/bin/mongosh /usr/bin/mongo ENTRYPOINT [ "mongod", "--config", "/etc/mongod.conf" ]