When using the Docker-only version of rekcod and dealing with files, you have to bind mount files to the nexdrew/rekcod container (using the -v option in your docker run command) in order for the rekcod executable to read them.
I attempted to clarify this with notes and a couple more examples in the readme.
Fixes #43.
When using the Docker-only version of
rekcod
and dealing with files, you have to bind mount files to thenexdrew/rekcod
container (using the-v
option in yourdocker run
command) in order for therekcod
executable to read them.I attempted to clarify this with notes and a couple more examples in the readme.