linuxserver/inkscape.

15,904 3 unknown amd64 unknown arm64

Build Information

General build information for this image

Docker Hub linuxserver/inkscape
Build Time 27 Mar 2025 00:24:26
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 27 Mar 2025 at 00:24:22

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  inkscape:
    image: linuxserver/inkscape:latest
    container_name: inkscape
    restart: no

CLI

docker create \
  --name=inkscape \  --restart no \
  linuxserver/inkscape:latest