dlib note

This commit is contained in:
light
2018-02-25 01:24:12 +08:00
parent 4385b63c3b
commit 6360db8133
15 changed files with 613 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
# mongodb 安装使用
## docker
``` bash
docker pull mongo
docker run -p 27017:27017 -v /data/db:/data/db -d mongo:3.2
```