This page documents how filesystem paths inside containers map to real paths on the host.
This is the most important reference for debugging media and download issues.
Containers do not see the real filesystem directly. Instead, host paths are mounted into containers.
| Container Path | Host Path | Purpose |
|---|---|---|
/media/movies |
/mnt/media_pool/SERVER/Media/Movies |
Movies library |
/media/series |
/mnt/media_pool/SERVER/Media/Series |
TV series library |
/music |
/mnt/media_pool/SERVER/Media/Music |
Music library |
| Container Path | Host Path | Purpose |
|---|---|---|
/downloads |
/mnt/media_pool/SERVER/Downloads |
Download directory for SABnzbd |
Wrong:
SABnzbd: /downloads
Sonarr: /data/downloadsCorrect:
SABnzbd: /downloads
Sonarr: /downloadsdocker inspect sonarr
docker inspect radarr
docker inspect sabnzbd