拉取镜像:
docker pull mongo:3.4.1
docker images
获取所有的镜像id
运行MongoDB
docker run --name mongodb -p 27017:27017 -v /usr/db:/data/db -d 镜像id