https://github.com/compscidr/octoprint-m3d-docker
Packages Octoprint and the m3d micro printer into a docker container
https://github.com/compscidr/octoprint-m3d-docker
Last synced: 3 months ago
JSON representation
Packages Octoprint and the m3d micro printer into a docker container
- Host: GitHub
- URL: https://github.com/compscidr/octoprint-m3d-docker
- Owner: compscidr
- License: apache-2.0
- Created: 2020-03-01T17:06:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T16:41:00.000Z (about 2 years ago)
- Last Synced: 2025-09-23T19:44:14.636Z (9 months ago)
- Language: Dockerfile
- Size: 5.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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= 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`