Results 4 comments of lxylxy123456

@AdityaSriramM For me version 1.6.9 (`opengrok/docker:1.6.9`) does not have this issue. You may want to bisect if you want a version >= 1.7.0 .

The input does not have the issue, because `-i` is interpreted. My solution may have problems with mutiple outputs, and I am also wondering about how the problem should be...

It seems that the problem can be solved by adding "file:" before the file name. Like `ffmpeg -i a.mp4 -- file:-b.mp4`

Note that the container pushed to Docker Hub is not deterministic. Sometimes it is missing other files. For example, during another run I get this container (this time `a` and...