linuxserver/freecad.

2,738 0 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/freecad
Build Time 27 Apr 2024 11:59:15
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 27 Apr 2024 at 11:59:15

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