Closed davidandreoletti closed 1 year ago
From experience from multiple container enabled project, "latest" points to the latest container image published or latest stable container image published.
At the time of writing, I would expect latest to point to a master tagged image.
I just wanted to point that out as well. It took me some time to figure out why most of the settings are missing until I accidentally found out that the "latest" one is actually a two years old image.
The "master" one is actually the "latest" one. So it would be like this:
docker run --privileged -v "$(pwd):/videos" --user $(id -u):$(id -g) -it --rm masterofzen/av1an:master -i S01E01.mkv {options}
Would be better to change the DOCKER.md file by altering "latest" to "master", or pointing out somehow that the "latest" one is the outdated one to avoid confusion.