linuxserver/inkscape.

11,033 2 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/inkscape
Build Time 21 Nov 2024 00:17:35
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.3.2 21 Nov 2024 at 00:17:35

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:1.3.2
    container_name: inkscape
    restart: no

CLI

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