linuxserver/flexget.

9,685 5 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/flexget
Build Time 02 May 2024 19:25:43
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 3.11.30 02 May 2024 at 19:25:42

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

CLI

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