dwc2-klipper is a Docker image for running DWC2 and Klipper 3d Printer controllers. It is design to run on Raspberry Pi or similar.
Pull the image. If using raspberry pi or similar use arm
in place of [tag]
. The latest
tag will pull the amd64
image:
docker pull seanauff/dwc2-klipper:[tag]
Start the container:
docker run -d --device /dev/ttyUSB0:/dev/ttyUSB0 -v [some/path/on/host]:/home/dwc2-klipper/config seanauff/dwc2-klipper:[tag]
Clone the repository and build the image:
git clone https://github.com/seanauff/dwc2-klipper.git
docker build -t seanauff/dwc2-klipper dwc2-klipper