linuxserver/feed2toot.

45,603 3 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/feed2toot
Build Time 19 Jul 2024 23:33:38
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.17.20240720 19 Jul 2024 at 23:33:38

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.20240720
    container_name: feed2toot
    restart: no

CLI

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