SABnzbd on Alpine Linux
The below is a quick method to get this up and running. Please see the full documentation for more options.
docker run -d --name sabnzbd \
-v /path/to/sabnzbd/downloaded:/data/completed \
-v /path/to/sabnzbd/downloading:/data/incomplete \
-v /path/to/sabnzbd:/config \
-e PUID=911 -e PGID=911 \
-p 8080:8080 \
jsloan117/sabnzbd
The full documentation is available here.