linuxserver/feed2toot.

43,672 3 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/feed2toot
Build Time 03 May 2024 23:31:42
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.17.20240504 03 May 2024 at 23:31:42

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

CLI

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