ebenolson / kicad-docker

dockerized build of Kicad 5 with Python scripting support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kicad-docker

Usage:

xhost +local:root; \
docker run -d \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix:rw \
-v $HOME:/root:rw \
ebenolson/kicad:5.0.0 \
kicad

About

dockerized build of Kicad 5 with Python scripting support


Languages

Language:Dockerfile 100.0%