linuxserver/freecad.

3,020 0 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/freecad
Build Time 04 May 2024 11:14:46
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 04 May 2024 at 11:14:45

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