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
-5
View File
@@ -32,8 +32,3 @@ sudo systemctl daemon-reload
sudo systemctl restart docker
```
``` bash
docker run -p 27017:27017 -v $PWD/db:/data/db -d mongo:3.2
```