compscidr / octoprint-m3d-docker

Packages Octoprint and the m3d micro printer into a docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

octoprint-m3d-docker

Packages Octoprint and the m3d micro printer into a docker container. Setup for USB tty passthrough.

building the image:

Build a "latest" tagged version with: docker-compose build or build a tagged version number with: tag=<version> docker-compose build

running the image:

docker-compose up -d

using the pre-built image:

docker run -p 5000:5000 -e UDEV=1 --privileged=true --device /dev:/dev compscidr/octoprint:0.1.0

About

Packages Octoprint and the m3d micro printer into a docker container

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%