linuxserver/cura.

3,175 0 amd64

Build Information

General build information for this image

Docker Hub linuxserver/cura
Build Time 06 May 2024 03:50:52
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 06 May 2024 at 03:50:51

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