docekr sometings updates

This commit is contained in:
light
2018-03-05 14:52:48 +08:00
parent 6360db8133
commit 83a718842a
3 changed files with 39 additions and 5 deletions
+13
View File
@@ -5,4 +5,17 @@
``` bash
docker pull mongo
docker run -p 27017:27017 -v /data/db:/data/db -d mongo:3.2
```
## adminmongo
``` bash
git clone https://github.com/mrvautin/adminMongo.git
cd adminMongo
npm install
npm start
```