mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Bot Updating Templated Files
This commit is contained in:
parent
366cf0921a
commit
2ae51e6904
@ -1,18 +1,18 @@
|
||||
# [linuxserver/tt-rss](https://github.com/linuxserver/docker-tt-rss)
|
||||
|
||||
[](https://discord.gg/YWrKVTn)
|
||||
[](https://microbadger.com/images/linuxserver/tt-rss "Get your own version badge on microbadger.com")
|
||||
[](https://microbadger.com/images/linuxserver/tt-rss "Get your own version badge on microbadger.com")
|
||||

|
||||

|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-tt-rss/job/master/)
|
||||
[](https://github.com/linuxserver/docker-tt-rss/releases)
|
||||
[](https://microbadger.com/images/linuxserver/tt-rss "Get your own version badge on microbadger.com")
|
||||
[](https://microbadger.com/images/linuxserver/tt-rss "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/linuxserver/tt-rss)
|
||||
[](https://hub.docker.com/r/linuxserver/tt-rss)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-tt-rss/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/tt-rss/latest/index.html)
|
||||
|
||||
[Tt-rss](https://tt-rss.org) is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.
|
||||
|
||||
## Supported Architectures
|
||||
|
||||
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
||||
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
||||
|
||||
Simply pulling `linuxserver/tt-rss` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
|
||||
@ -136,11 +136,11 @@ Please note if you use this method you need to have an already initialized datab
|
||||
|
||||
## Support Info
|
||||
|
||||
* Shell access whilst the container is running:
|
||||
* Shell access whilst the container is running:
|
||||
* `docker exec -it tt-rss /bin/bash`
|
||||
* To monitor the logs of the container in realtime:
|
||||
* To monitor the logs of the container in realtime:
|
||||
* `docker logs -f tt-rss`
|
||||
* Container version number
|
||||
* Container version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' tt-rss`
|
||||
* Image version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/tt-rss`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user