Octoprint build for Raspberry Pi based on the python:2.7 image.
10K+
https://github.com/acrelle/rpi-octoprint-docker
version: '2'
services:
octoprint:
build: .
image: acrelle/rpi-octoprint
container_name: octoprint
ports:
- 5000:5000
devices:
- /dev/ttyUSB0:/dev/ttyUSB0
volumes:
- ~/appdata/octoprint:/home/octoprint/.octoprint
restart: always
Content type
Image
Digest
Size
412.2 MB
Last updated
over 7 years ago
docker pull acrelle/rpi-octoprint