linuxserver/krita.

4,976 0 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/krita
Build Time 26 Jul 2024 08:11:13
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 5.2.2 26 Jul 2024 at 08:11:12

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.2.2
    container_name: krita
    restart: no

CLI

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