linuxserver/freecad.

9,020 1 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/freecad
Build Time 16 Nov 2024 10:53:48
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.20.2 16 Nov 2024 at 10:53:47

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  freecad:
    image: linuxserver/freecad:0.20.2
    container_name: freecad
    restart: no

CLI

docker create \
  --name=freecad \  --restart no \
  linuxserver/freecad:0.20.2