docker run -d -p 27017:27017 --name example-mongo mongo:latest ... You'll be able to connect to your Mongo instance on localhost:27017 .
確定! 回上一頁