File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ To run the video_transcoding gem in Docker, execute the following:
14
14
15
15
```
16
16
# Docker for Mac & Linux
17
- docker run -itv `pwd`:/data ntodd/video-transcoding /bin/bash
17
+ docker run -itv " `pwd`" :/data ntodd/video-transcoding
18
18
19
19
# Docker for Windows
20
- docker run -itv C:\My\Current\Path:/data ntodd/video-transcoding /bin/bash
20
+ docker run -itv C:\My\Current\Path:/data ntodd/video-transcoding
21
21
```
22
22
23
23
This will:
@@ -27,3 +27,9 @@ This will:
27
27
3 . Run an interactive bash shell with access to your current directory and the video_transcoding cli tools
28
28
29
29
For best results on Docker for Mac or Windows, set your CPU count in preferences to the maximum available for your machine.
30
+
31
+ To update to the latest version:
32
+
33
+ ```
34
+ docker pull ntodd/video-transcoding:latest
35
+ ```
You can’t perform that action at this time.
0 commit comments