linuxserver/yaak.

3,647 0 unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/yaak
Build Time 01 Apr 2025 04:57:36
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2025.1.2 01 Apr 2025 at 04:57:35

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

CLI

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