linuxserver/feed2toot.

1,056 0 arm64 amd64 arm

Build Information

General build information for this image

Docker Hub linuxserver/feed2toot
Build Time 13 Mar 2023 14:03:14
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.17.20230313 13 Mar 2023 at 14:03:14

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

CLI

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