linuxserver/flexget.

55,113 8 unknown unknown amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/flexget
Build Time 22 May 2025 19:32:48
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 22 May 2025 at 19:32:40

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  flexget:
    image: linuxserver/flexget:latest
    container_name: flexget
    restart: no

CLI

docker create \
  --name=flexget \  --restart no \
  linuxserver/flexget:latest