linuxserver/scrutiny.

6,081,244 55 amd64 arm64 arm Deprecated

Build Information

General build information for this image

Docker Hub linuxserver/scrutiny
Build Time 14 Jun 2022 15:57:17
Synchronised Yes
Stable Yes
Deprecated Yes

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-145c819f 14 Jun 2022 at 15:57:17

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  scrutiny:
    image: linuxserver/scrutiny:version-145c819f
    container_name: scrutiny
    restart: no

CLI

docker create \
  --name=scrutiny \  --restart no \
  linuxserver/scrutiny:version-145c819f