Appearance
docker run --restart=always --privileged=true -d --name mongo -p 27017:27017 mongo:7.0.4
--auth(auth可不用即不开验证)