linuxserver/krita.

8,514 0 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/krita
Build Time 07 Dec 2024 02:19:35
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 5.2.6 07 Dec 2024 at 02:19:34

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

CLI

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