linuxserver/flexget.

9,031 5 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/flexget
Build Time 22 Apr 2024 16:02:15
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 3.11.29 22 Apr 2024 at 16:02:15

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

CLI

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