linuxserver/krita.

2,360 0 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/krita
Build Time 26 Apr 2024 08:12:36
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 5.1.5 26 Apr 2024 at 08:12:36

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  krita:
    image: linuxserver/krita:5.1.5
    container_name: krita
    restart: no

CLI

docker create \
  --name=krita \  --restart no \
  linuxserver/krita:5.1.5