Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 197 Bytes

Docker.md

File metadata and controls

12 lines (7 loc) · 197 Bytes

Steps for Run DB as Container

Step 1:

Created Run the Mongo Container use below Command:

docker pull mongo
docker run --name mongodb -p 37017:27017 -d mongo