unbound-docker VS docker-sonarr

Compare unbound-docker vs docker-sonarr and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
unbound-docker docker-sonarr
13 6
511 732
- 1.2%
6.2 7.9
12 days ago 13 days ago
Shell Dockerfile
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

unbound-docker

Posts with mentions or reviews of unbound-docker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-13.
  • No internet access for containers co-hosted with pihole
    6 projects | /r/docker | 13 May 2023
    version: "3" # More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/ networks: dns_net: driver: bridge ipam: config: - subnet: 10.2.0.0/24 services: pihole: depends_on: [unbound] container_name: pihole image: pihole/pihole:latest hostname: pihole networks: dns_net: ipv4_address: 10.2.0.100 ports: - "5335:53/tcp" - "5335:53/udp" - "7000:80/tcp" environment: TZ: ${TZ} WEBPASSWORD: ${PWD} FTLCONF_LOCAL_IPV4: ${HOST_IP} # Set to server's LAN IP, used by web block modes. PIHOLE_DNS_: 10.2.0.200 # Upstream DNS server(s) for Pi-hole to forward queries to, separated by a semicolon DNSMASQ_LISTENING: all # "Listen on all interfaces, permit all origins" # Volumes store your data between container upgrades volumes: - /var/lib/docker/volumes/pihole/etc-pihole:/etc/pihole - /var/lib/docker/volumes/pihole/etc-dnsmasq.d:/etc/dnsmasq.d healthcheck: disable: true restart: unless-stopped unbound: # https://github.com/MatthewVance/unbound-docker container_name: unbound image: mvance/unbound:latest hostname: unbound networks: dns_net: ipv4_address: 10.2.0.200 ports: - "${HOST_IP}:53:53/udp" - "${HOST_IP}:53:53/tcp" healthcheck: disable: true restart: unless-stopped
  • I've created a simple 2 container Pihole + Unbound Docker Setup for you to use
    6 projects | /r/pihole | 29 Apr 2023
    I'm not an unbound expert, but as far as I understand MatthewVance's image, unbound is already configured properly: https://github.com/MatthewVance/unbound-docker/blob/master/1.17.1/data/unbound.sh. I didn't want to go into detail how pi-hole or unbound works, since I think there is enough documentation on that.
  • Problems with unbound
    2 projects | /r/pihole | 30 Oct 2022
    I am successfully running pihole on a different machine, but am planning to migrate to a new docker host. I figured this would be a good time to configure pihole with unbound. I am attempting to run unbound in a docker container running on Opensuse leap and I am using this docker image.
  • Need help w/ unbound
    1 project | /r/selfhosted | 13 Aug 2022
  • Pihole with Recursive DNS
    4 projects | /r/pihole | 25 Jun 2022
    You can also use Unbound for recursive DNS in a docker container: https://github.com/MatthewVance/unbound-docker
  • Pihole & Unbound Docker?
    4 projects | /r/pihole | 22 Apr 2022
  • Starting Unbound in a Docker Container
    2 projects | /r/pihole | 17 Apr 2022
  • When using Unbound can’t connect to any site?
    1 project | /r/pihole | 5 Feb 2022
    https://github.com/MatthewVance/unbound-docker/blob/master/1.14.0/data/unbound.sh
  • Nothing but issues with unbound and dont know what to do.
    1 project | /r/pihole | 10 Nov 2021
  • Radarr installation fails on fresh Ubuntu install
    16 projects | /r/radarr | 8 Oct 2021
    # https://github.com/MatthewVance/unbound-docker unbound: container_name: unbound environment: PGID: $PGID PUID: $PUID TZ: $TZ image: mvance/unbound networks: smarthome: ipv4_address: 172.18.0.6 restart: always

docker-sonarr

Posts with mentions or reviews of docker-sonarr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-19.
  • Issue with docker, radarr, and qbittorrent: this directory does not appear to exist.
    6 projects | /r/radarr | 19 Jul 2022
    # https://github.com/linuxserver/docker-sonarr sonarr: image: lscr.io/linuxserver/sonarr:latest container_name: sonarr environment: - PUID=13001 - PGID=13000 - TZ=${TIMEZONE} - UMASK=002 volumes: - ${ROOT_DIR}/docker/radarr-config:/config - ${ROOT_DIR}/data:/data ports: - 8989:8989 restart: unless-stopped
  • 5 containers all successfully working, can only access webUI on ONE of them. Sonarr (fully working)/Radarr/SABnabd/unmanic/librespeed
    4 projects | /r/portainer | 11 Mar 2022
    { "AppArmorProfile": "", "Args": [], "Config": { "AttachStderr": true, "AttachStdin": true, "AttachStdout": true, "Cmd": null, "Domainname": "", "Entrypoint": [ "/init" ], "Env": [ "PUID=999", "PGID=999", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "HOME=/root", "LANGUAGE=en_US.UTF-8", "LANG=en_US.UTF-8", "TERM=xterm", "XDG_CONFIG_HOME=/config/xdg", "SONARR_BRANCH=main" ], "ExposedPorts": { "8989/tcp": {} }, "Hostname": "6b7a14bfe2a9", "Image": "linuxserver/sonarr:latest", "Labels": { "build_version": "Linuxserver.io version:- 3.0.7.1477-ls136 Build-date:- 2022-03-05T04:36:08+01:00", "maintainer": "aptalca", "org.opencontainers.image.authors": "linuxserver.io", "org.opencontainers.image.created": "2022-03-05T04:36:08+01:00", "org.opencontainers.image.description": "[Sonarr](https://sonarr.tv/) (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available. ", "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-sonarr", "org.opencontainers.image.licenses": "GPL-3.0-only", "org.opencontainers.image.ref.name": "ae0d03b8f297ea504c05ee96d93cc941ef6774ce", "org.opencontainers.image.revision": "ae0d03b8f297ea504c05ee96d93cc941ef6774ce", "org.opencontainers.image.source": "https://github.com/linuxserver/docker-sonarr", "org.opencontainers.image.title": "Sonarr", "org.opencontainers.image.url": "https://github.com/linuxserver/docker-sonarr/packages", "org.opencontainers.image.vendor": "linuxserver.io", "org.opencontainers.image.version": "3.0.7.1477-ls136" }, "OnBuild": null, "OpenStdin": true, "StdinOnce": true, "Tty": true, "User": "", "Volumes": { "/config": {}, "/downloads": {}, "/etc/localtime": {}, "/shared": {}, "/tv": {} }, "WorkingDir": "" }, "Created": "2022-03-07T21:17:43.752838675Z", "Driver": "btrfs", "ExecIDs": null, "GraphDriver": { "Data": null, "Name": "btrfs" }, "HostConfig": { "AutoRemove": false, "Binds": [ "/share/Data/media/tv:/tv", "/share/Data/downloads:/downloads", "/share/Data:/shared", "/etc/localtime:/etc/localtime:ro", "/share/Data/downloads/.config:/config" ], "BlkioDeviceReadBps": null, "BlkioDeviceReadIOps": null, "BlkioDeviceWriteBps": null, "BlkioDeviceWriteIOps": null, "BlkioWeight": 0, "BlkioWeightDevice": [], "CapAdd": [ "AUDIT_WRITE", "CHOWN", "DAC_OVERRIDE", "FOWNER", "FSETID", "KILL", "MKNOD", "NET_BIND_SERVICE", "NET_RAW", "SETFCAP", "SETGID", "SETPCAP", "SETUID", "SYS_CHROOT" ], "CapDrop": [ "AUDIT_CONTROL", "BLOCK_SUSPEND", "DAC_READ_SEARCH", "IPC_LOCK", "IPC_OWNER", "LEASE", "LINUX_IMMUTABLE", "MAC_ADMIN", "MAC_OVERRIDE", "NET_ADMIN", "NET_BROADCAST", "SYSLOG", "SYS_ADMIN", "SYS_BOOT", "SYS_MODULE", "SYS_NICE", "SYS_PACCT", "SYS_PTRACE", "SYS_RAWIO", "SYS_RESOURCE", "SYS_TIME", "SYS_TTY_CONFIG", "WAKE_ALARM" ], "Cgroup": "", "CgroupParent": "", "CgroupnsMode": "host", "ConsoleSize": [ 0, 0 ], "ContainerIDFile": "", "CpuCount": 0, "CpuPercent": 0, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpuShares": 0, "CpusetCpus": "", "CpusetMems": "", "DeviceCgroupRules": null, "DeviceRequests": null, "Devices": [], "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": [], "GroupAdd": null, "IOMaximumBandwidth": 0, "IOMaximumIOps": 0, "IpcMode": "private", "Isolation": "", "KernelMemory": 0, "KernelMemoryTCP": 0, "Links": null, "LogConfig": { "Config": {}, "Type": "json-file" }, "MaskedPaths": [ "/proc/asound", "/proc/acpi", "/proc/kcore", "/proc/keys", "/proc/latency_stats", "/proc/timer_list", "/proc/timer_stats", "/proc/sched_debug", "/proc/scsi", "/sys/firmware" ], "Memory": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "NanoCpus": 0, "NetworkMode": "bridge", "OomKillDisable": false, "OomScoreAdj": 0, "PidMode": "", "PidsLimit": null, "PortBindings": { "8989/tcp": [ { "HostIp": "", "HostPort": "18989" } ] }, "Privileged": false, "PublishAllPorts": false, "ReadonlyPaths": [ "/proc/bus", "/proc/fs", "/proc/irq", "/proc/sys", "/proc/sysrq-trigger" ], "ReadonlyRootfs": false, "RestartPolicy": { "MaximumRetryCount": 0, "Name": "unless-stopped" }, "Runtime": "runc", "SecurityOpt": null, "ShmSize": 67108864, "UTSMode": "", "Ulimits": null, "UsernsMode": "", "VolumeDriver": "", "VolumesFrom": null }, "HostnamePath": "/volume1/.@plugins/AppCentral/docker-ce/docker_lib/containers/a6c6ebd62faa354288cb113c9a8b6e639d0db35bca838a1ca520071043058be3/hostname", "HostsPath": "/volume1/.@plugins/AppCentral/docker-ce/docker_lib/containers/a6c6ebd62faa354288cb113c9a8b6e639d0db35bca838a1ca520071043058be3/hosts", "Id": "a6c6ebd62faa354288cb113c9a8b6e639d0db35bca838a1ca520071043058be3", "Image": "sha256:16d8c297ba3d777db03feea40e160500370cfb3c2e7c53efb8edb20f14f5d320", "LogPath": "/volume1/.@plugins/AppCentral/docker-ce/docker_lib/containers/a6c6ebd62faa354288cb113c9a8b6e639d0db35bca838a1ca520071043058be3/a6c6ebd62faa354288cb113c9a8b6e639d0db35bca838a1ca520071043058be3-json.log", "MountLabel": "", "Mounts": [ { "Destination": "/etc/localtime", "Mode": "ro", "Propagation": "rprivate", "RW": false, "Source": "/etc/localtime", "Type": "bind" }, { "Destination": "/shared", "Mode": "", "Propagation": "rprivate", "RW": true, "Source": "/share/Data", "Type": "bind" }, { "Destination": "/tv", "Mode": "", "Propagation": "rprivate", "RW": true, "Source": "/share/Data/media/tv", "Type": "bind" }, { "Destination": "/config", "Mode": "", "Propagation": "rprivate", "RW": true, "Source": "/share/Data/downloads/.config", "Type": "bind" }, { "Destination": "/downloads", "Mode": "", "Propagation": "rprivate", "RW": true, "Source": "/share/Data/downloads", "Type": "bind" } ], "Name": "/Sonarr", "NetworkSettings": { "Bridge": "", "EndpointID": "d89c2b6a0bc66905a1301a83373434a6dd9ab8f926aae9e5bff1f0338ff0aaa0", "Gateway": "172.17.0.1", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "HairpinMode": false, "IPAddress": "172.17.0.4", "IPPrefixLen": 16, "IPv6Gateway": "", "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "MacAddress": "02:42:ac:11:00:04", "Networks": { "bridge": { "Aliases": null, "DriverOpts": null, "EndpointID": "d89c2b6a0bc66905a1301a83373434a6dd9ab8f926aae9e5bff1f0338ff0aaa0", "Gateway": "172.17.0.1", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAMConfig": {}, "IPAddress": "172.17.0.4", "IPPrefixLen": 16, "IPv6Gateway": "", "Links": null, "MacAddress": "02:42:ac:11:00:04", "NetworkID": "fb477246253bd2671a590289ecc73e3cf4c8882836c48423ec711a3c50cc90a8" } }, "Ports": { "8989/tcp": [ { "HostIp": "0.0.0.0", "HostPort": "18989" }, { "HostIp": "::", "HostPort": "18989" } ] }, "SandboxID": "f3c02a2e6868d61f4da9a54858d8b33b65f5af61268a0a3d60dbfe252810f369", "SandboxKey": "/var/run/docker/netns/f3c02a2e6868", "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null }, "Path": "/init", "Platform": "linux", "Portainer": { "ResourceControl": { "Id": 32, "ResourceId": "a6c6ebd62faa354288cb113c9a8b6e639d0db35bca838a1ca520071043058be3", "SubResourceIds": [], "Type": 1, "UserAccesses": [], "TeamAccesses": [], "Public": false, "AdministratorsOnly": true, "System": false } }, "ProcessLabel": "", "ResolvConfPath": "/volume1/.@plugins/AppCentral/docker-ce/docker_lib/containers/a6c6ebd62faa354288cb113c9a8b6e639d0db35bca838a1ca520071043058be3/resolv.conf", "RestartCount": 0, "State": { "Dead": false, "Error": "", "ExitCode": 0, "FinishedAt": "2022-03-10T18:44:19.368304231Z", "OOMKilled": false, "Paused": false, "Pid": 9212, "Restarting": false, "Running": true, "StartedAt": "2022-03-10T18:47:07.244342475Z", "Status": "running" } }
  • Radarr installation fails on fresh Ubuntu install
    16 projects | /r/radarr | 8 Oct 2021
    # https://github.com/linuxserver/docker-sonarr sonarr: container_name: sonarr environment: PGID: $PLEX_PGID PUID: $PLEX_PUID TZ: $TZ image: ghcr.io/linuxserver/sonarr networks: smarthome: ipv4_address: 172.18.0.17 restart: always volumes: - $USERDIR2/sonarr:/config - $STORAGE/TV Shows:/tv - $DOWNLOAD/sonarr:/downloads
  • What's something self hosted everyone needs to run ?
    33 projects | /r/selfhosted | 2 Sep 2021
    Sonarr
  • [Help] Is there a way to allow other people on my server to add their own media to the server?
    5 projects | /r/jellyfin | 18 Aug 2021
    Sonarr for TV shows
  • Error: running an outdated tag
    1 project | /r/radarr | 10 Mar 2021

What are some alternatives?

When comparing unbound-docker and docker-sonarr you can also consider the following projects:

docker-pihole-unbound - Run Pi-Hole + Unbound on Docker

requestrr - Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. Current platform is Discord only, but the bot was built around the ideology of quick adaptation for new features as well as new platforms.

dnscrypt-server-docker - A Docker image for a non-censoring, non-logging, DNSSEC-capable, DNSCrypt-enabled DNS resolver

docker-radarr

unbound-config - fragmented configuration files for unbound recursive dns resolver

docker-mariadb

unbound-docker-rpi - Run Unbound with latest version of OpenSSL on Raspberry Pi with Docker.

Tautulli - A Python based monitoring and tracking tool for Plex Media Server.

docker-pi-hole - Pi-hole in a docker container

Transmission - Official Transmission BitTorrent client repository

Radarr - Movie organizer/manager for usenet and torrent users.