mirror of
https://github.com/linuxserver/docker-nzbget.git
synced 2026-02-20 06:59:36 +08:00
update of README with badges for new ci
This commit is contained in:
parent
c54c067977
commit
b2f5e3975b
14
README.md
14
README.md
@ -13,8 +13,7 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
|
||||
* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
|
||||
|
||||
# linuxserver/NZBGet
|
||||
|
||||
[](http://microbadger.com/images/linuxserver/nzbget "Get your own image badge on microbadger.com")[][hub][][hub][](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io-hub-built/job/linuxserver-nzbget/)
|
||||
[](https://microbadger.com/images/linuxserver/nzbget "Get your own version badge on microbadger.com")[](https://microbadger.com/images/linuxserver/nzbget "Get your own image badge on microbadger.com")[][hub][][hub][](https://ci.linuxserver.io/job/Docker-Builders/job/x86-64/job/x86-64-nzbget/)
|
||||
|
||||
[NZBGet](http://nzbget.net/) is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources.
|
||||
|
||||
@ -88,10 +87,19 @@ scroll to bottom, set umask like this (example shown for unraid)
|
||||
|
||||
## Info
|
||||
* Shell access whilst the container is running: `docker exec -it nzbget /bin/bash`
|
||||
* To monitor the logs of the container in realtime: `docker logs -f nzbget`
|
||||
To monitor the logs of the container in realtime: `docker logs -f nzbget`
|
||||
|
||||
* container version number
|
||||
|
||||
`docker inspect -f '{{ index .Config.Labels "build_version" }}' nzbget`
|
||||
|
||||
* image version number
|
||||
|
||||
`docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/nzbget`
|
||||
|
||||
## Versions
|
||||
|
||||
+ **12.07.17:** Add inspect commands to README, move to jenkins build and push.
|
||||
+ **28.05.17:** Rebase to alpine 3.6.
|
||||
+ **20.04.17:** Add testing branch.
|
||||
+ **06.02.17:** Rebase to alpine 3.5.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user