I recently started exploring Docker on Windows because I want to convert MP3 files to M4B using the M4B-tool by Sandreas on GitHub. I've had some trouble installing and running it within Docker on my Windows machine. Does anyone have tips or links to guides that could help a beginner like me? I have limited experience with Linux, but I'm generally good with computers. Any advice would be greatly appreciated!
2 Answers
Just a thought—why are you specifically choosing to use Docker for this task? There are online converters available, like the Audiobook Converter, and you might find other desktop options too. Check this GitHub link for an improved AudioBook Converter if you want an executable for Windows. I'm not sure how effective those are, though, so it’s worth looking into!
First off, make sure you get Docker installed correctly on your system. That’s the first hurdle! Next, it would be really helpful if you could clarify what your exact goals are with this setup. Are you looking just to convert those files, or is there more you're aiming to do with Docker?

I heard Docker could make the process cleaner, but maybe I should check out those other options instead!