nexdrew / rekcod

docker inspect :mag: → docker run :runner:
ISC License
371 stars 32 forks source link

docs: clarify use of files with Docker-only installation #55

Closed nexdrew closed 4 years ago

nexdrew commented 5 years ago

Fixes #43.

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.