linuxserver/flexget.

14,907 5 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/flexget
Build Time 18 Jul 2024 16:57:02
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 3.11.41 18 Jul 2024 at 16:57:01

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

CLI

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