This repository hosts a Docker image for RSGain, providing a ready-to-run environment without needing to build or install anything manually.
docker pull ghcr.io/codenamek83/rsgain:latest
Displays the help information and available options for the RSGain binary.
docker run -it --rm ghcr.io/codenamek83/rsgain:latest --helpExample of running RSGain inside Docker with a custom preset on your music directory.
rsgain easy -p custom-preset01 -S /path/to/your/musicdocker run --rm -v "/path/to/music":/music ghcr.io/codenamek83/rsgain:latest easy -p custom-preset01 -S musicThe RSGain project belongs to complexlogic/rsgain.
This Docker image is not the original project—it only contains a binary built from their repository.
For all support, documentation, or issues, please visit the original repository: https://github.com/complexlogic/rsgain