linuxserver/yaak.

4,287 0 amd64 unknown

Build Information

General build information for this image

Docker Hub linuxserver/yaak
Build Time 21 May 2025 19:48:04
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2025.2.2 21 May 2025 at 19:48:03

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  yaak:
    image: linuxserver/yaak:2025.2.2
    container_name: yaak
    restart: no

CLI

docker create \
  --name=yaak \  --restart no \
  linuxserver/yaak:2025.2.2