Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker command line does nothing #18

Closed
guettli opened this issue May 21, 2021 · 2 comments
Closed

Docker command line does nothing #18

guettli opened this issue May 21, 2021 · 2 comments

Comments

@guettli
Copy link

guettli commented May 21, 2021

I executed the command line like explained in the README:

docker container run -it --rm -v vidoeos:/data tgotwig/vidmerger

guettli@yoga15:~$ docker container run -it --rm -v  django-con-video:/data tgotwig/vidmerger
Unable to find image 'tgotwig/vidmerger:latest' locally
latest: Pulling from tgotwig/vidmerger
cbdbe7a5bc2a: Already exists 
8b1398788c7d: Pull complete 
d10d702f5385: Pull complete 
Digest: sha256:dce94b631f7d8cae10355c892034f6890cf4c7694ed80d7515d7db8814b763a9
Status: Downloaded newer image for tgotwig/vidmerger:latest

But after that nothing happend.

Please explain in the README what additional steps are needed.

@tgotwig
Copy link
Owner

tgotwig commented May 21, 2021

Hey @guettli 👋
Thanks for the information! I'll take a look 🕵️

@tgotwig
Copy link
Owner

tgotwig commented May 22, 2021

Ahh right, you need to tell Docker the absolute path to your videos, in your case: /.../django-con-video.
With Bash you can use a shortcut:

docker container run -v `pwd`/data:/data tgotwig/vidmerger

Will update README 😇

@tgotwig tgotwig closed this as completed May 22, 2021
tgotwig pushed a commit that referenced this issue May 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants