linuxserver/yaak.

4,197 0 unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/yaak
Build Time 20 May 2025 17:13:59
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2025.2.0 20 May 2025 at 17:13:58

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.0
    container_name: yaak
    restart: no

CLI

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