A Docker implementation of the long filename fix for Transmission, based on the solution provided by @chrdev in transmission/transmission#122.
- Initialize and update submodules:
git submodule update --init --recursive- Build the Docker image:
docker build -t transmission .Alternatively, you can pull the pre-built Docker image I have created with the long filename fix from Docker Hub:
🔗 fffattiger/transmission on Docker Hub
Special thanks to @chrdev for providing the solution to fix the long filename issue that has been affecting Transmission for many years.
Additional thanks to @ppenguin for their support in this project.
- transmission/transmission#122 - Original issue discussing the "filename too long" problem