This commit is contained in:
light
2018-03-05 15:30:38 +08:00
3 changed files with 37 additions and 5 deletions
+13
View File
@@ -6,4 +6,17 @@
docker pull mongo
docker run -p 27017:27017 -v /data/db:/data/db -d mongo --name=mongodb
sudo docker exec -i -t id /bin/bash
```
## adminmongo
``` bash
git clone https://github.com/mrvautin/adminMongo.git
cd adminMongo
npm install
npm start
```