Title logo
linuxserver/sickchill.

42,679,215 57 unknown amd64 arm64 unknown

Build Information

General build information for this image

Docker Hub linuxserver/sickchill
Build Time 13 Mar 2025 06:41:13
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 13 Mar 2025 at 06:41:09

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

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

CLI

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