You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Building the Docker image yourself](#building-the-docker-image-yourself)
30
+
-[Running the Docker image](#running-the-docker-image)
31
+
-[Development](#development)
32
+
-[Authors](#authors)
33
+
-[License](#license)
34
+
35
+
21
36
## Requirements (Native Linux)
22
37
23
38
You can also use Docker, see [the Docker guide](#docker).
@@ -101,9 +116,10 @@ If something is not working, please run:
101
116
102
117
It will open a GDB run of the main video parser library. Type `run` and check if something breaks.
103
118
104
-
105
119
## Docker
106
120
121
+
If you want to use the videoparser in a Docker container, you just need Docker installed on your system. Go to the [Docker website](https://www.docker.com/products/docker-desktop/) to install it.
122
+
107
123
### Pre-built Docker image
108
124
109
125
We provide a pre-built Docker image on GitHub Container Registry. You can use it without building it yourself.
0 commit comments