linuxserver/feed2toot.

48,038 3 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/feed2toot
Build Time 06 Dec 2024 23:40:27
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.17.20241206 06 Dec 2024 at 23:40:27

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  feed2toot:
    image: linuxserver/feed2toot:0.17.20241206
    container_name: feed2toot
    restart: no

CLI

docker create \
  --name=feed2toot \  --restart no \
  linuxserver/feed2toot:0.17.20241206