Sign inSign up

acrelle/rpi-octoprint

By acrelle

•Updated over 7 years ago

Octoprint build for Raspberry Pi based on the python:2.7 image.

Image
0

10K+

acrelle/rpi-octoprint repository overview

⁠Source

https://github.com/acrelle/rpi-octoprint-docker⁠

⁠Build

Build Status

⁠Docker Compose Example:

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

Tag summary

Content type

Image

Digest

Size

412.2 MB

Last updated

over 7 years ago

docker pull acrelle/rpi-octoprint