Merge pull request #23 from sparklyballs/microbadger
add layer badge to README
This commit is contained in:
@@ -1,18 +1,20 @@
|
||||

|
||||
[linuxserverurl]: https://linuxserver.io
|
||||
[forumurl]: https://forum.linuxserver.io
|
||||
[ircurl]: https://www.linuxserver.io/index.php/irc/
|
||||
[podcasturl]: https://www.linuxserver.io/index.php/category/podcast/
|
||||
|
||||
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring easy user mapping and community support. Find us for support at:
|
||||
* [forum.linuxserver.io](https://forum.linuxserver.io)
|
||||
* [IRC](https://www.linuxserver.io/index.php/irc/) on freenode at `#linuxserver.io`
|
||||
* [Podcast](https://www.linuxserver.io/index.php/category/podcast/) covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
|
||||
[][linuxserverurl]
|
||||
|
||||
The [LinuxServer.io][linuxserverurl] team brings you another container release featuring easy user mapping and community support. Find us for support at:
|
||||
* [forum.linuxserver.io][forumurl]
|
||||
* [IRC][ircurl] on freenode at `#linuxserver.io`
|
||||
* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
|
||||
|
||||
# linuxserver/sonarr
|
||||
|
||||
[][hub]
|
||||
[][hub]
|
||||
[](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io/job/linuxserver-sonarr/)
|
||||
[](http://microbadger.com/images/linuxserver/sonarr "Get your own image badge on microbadger.com")[][hub][][hub][](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io/job/linuxserver-sonarr/)
|
||||
[hub]: https://hub.docker.com/r/linuxserver/sonarr/
|
||||
|
||||
|
||||
[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.
|
||||
|
||||
[][sonarrurl]
|
||||
@@ -54,12 +56,16 @@ In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as bel
|
||||
uid=1001(dockeruser) gid=1001(dockergroup) groups=1001(dockergroup)
|
||||
```
|
||||
|
||||
## Setting up the application
|
||||
Access the webui at `<your-ip>:8989`, for more information check out [Sonarr](https://sonarr.tv/).
|
||||
|
||||
## Info
|
||||
|
||||
* Monitor the logs of the container in realtime `docker logs -f sonarr`.
|
||||
|
||||
## Changelog
|
||||
|
||||
+ **09.09.16:** Add layer badges to README.
|
||||
+ **27.08.16:** Add badges to README.
|
||||
+ **20.07.16:** Rebase to xenial.
|
||||
+ **31.08.15:** Cleanup, changed sources to fetch binarys from. also a new baseimage.
|
||||
|
||||
Reference in New Issue
Block a user