linuxserver/cura.

12,011 1 unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/cura
Build Time 19 May 2025 04:28:34
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 5.10.0 19 May 2025 at 04:28:33

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  cura:
    image: linuxserver/cura:5.10.0
    container_name: cura
    restart: no

CLI

docker create \
  --name=cura \  --restart no \
  linuxserver/cura:5.10.0