We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b8f92 commit 4a3050aCopy full SHA for 4a3050a
README.md
@@ -4,14 +4,14 @@
4
5
Usage:
6
7
- ```bash
+ ```
8
docker run -it -v /$(pwd)/:/data garretw/docker_python3_opencv_exiv2:1.0 /bin/bash
9
$ python3
10
>>> import cv2
11
>>> import pyexiv2
12
```
13
14
-#### -v connects you to your current directory on your host computer.
+ -v connects you to your current directory on your host computer.
15
16
-#### The working directory is set as ```/data``` on the container.
+ The working directory is set as ```/data``` on the container.
17
0 commit comments