tutorial docker update

This commit is contained in:
13339479676 2022-01-29 20:08:56 +08:00
parent 05823f216d
commit 2995801e23
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ python3 opencv_webcam.py -isasf # 自动保存帧
# 获取docker帧数据到本机
sudo docker cp 容器名称:容器目录 本机宿主目录
sudo docker cp ows:/usr/src/app/WebcamFrame /home/用户名 # 举例
sudo chmod 777 -R WebcamFrame/ # 对所有用户执行读和写以及执行的权限
```
- 其他操作