linuxserver/freecad.

17,097 3 unknown amd64 unknown arm64

Build Information

General build information for this image

Docker Hub linuxserver/freecad
Build Time 29 Mar 2025 11:03:49
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 29 Mar 2025 at 11:03:42

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:latest
    container_name: freecad
    restart: no

CLI

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