linuxserver/flexget.

22,122 6 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/flexget
Build Time 11 Dec 2024 15:59:00
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 3.12.4 11 Dec 2024 at 15:58:59

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:3.12.4
    container_name: flexget
    restart: no

CLI

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