Radarr running in Alpine Linux on (for now) experimental Mono builds. This container provides some simple initial configuration scripts to set some runtime variables (see #Configuration for details)
Basic usage with default configuration:
docker run -dt
--name=radarr
--restart=always
-v $PWD/config:/config
-p 7878:7878
adamant/radarr
Note: Is is important to use -t (pseudo-tty) as without it there are no logs produced.
Advanced usage with custom configuration:
docker run -dt
--name=radarr
--restart=always
-v $PWD/config:/config
-p 7878:7878
-e URL_BASE=/radarr
-e ANALYTICS=false
-e ...
adamant/radarr
/config - Radarr configuration file and database storage. Should be readable and writeable by $UIDOther files accessed by Radarr such as movie directories should also be readable and writeable by $UID or $GID with sufficient permissions.
These configuration options set the respective options in config.xml and are provided as a Docker convenience.
LOG_LEVEL - Options are: Trace, Debug, Info. Default is InfoURL_BASE - Configurable by the user. Default is emptyBRANCH - Upstream tracking branch for updates. Options are: master, develop, other. Default is developANALYTICS - Truthy or falsy value true, false or similar. Default is trueContent type
Image
Digest
Size
104.3 MB
Last updated
over 8 years ago
docker pull adamant/radarr