参考:https://hub.docker.com/_/mongo
1,运行这个
docker run --name some-mongo -d mongo2.进入控制台
docker exec -it some-mongo bash