linuxserver/cura.

3,014 0 amd64

Build Information

General build information for this image

Docker Hub linuxserver/cura
Build Time 24 Apr 2024 15:08:00
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 5.7.1 24 Apr 2024 at 15:08:00

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.7.1
    container_name: cura
    restart: no

CLI

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