albarreto/octopi-armhf

By albarreto

Updated 4 months ago

DEPRECATED!!! Use: https://hub.docker.com/repository/docker/albarreto/octopi-multiarch

Image
Networking
3

500K+

albarreto/octopi-armhf repository overview

ADDITIONAL NOTES

octopi-armhf:1.11.5 (or latest):

  • OctoPrint 1.11.5 (Python 3.10.18)
  • CuraEngine 15.04.6 (Path: /opt/CuraEngine/build/CuraEngine)
  • Slic3d (Path: /usr/bin/slic3r)
  • fmmpeg (Path: /usr/bin/ffmpeg)
  • Recommended plugins: FullSlicer, BetterHeaterTimeout, Obico, UI Customizer, Navbar Temperature, MultiColors
  • Ubuntu Debian Bullseye (updated 2026-01-14)

Starting container:

docker run -it -p 5000:5000 --name=octopi --restart=unless-stopped -d --device /dev/ttyUSB0 albarreto/octopi-armhf:latest

My suggestion:

sudo docker run -d -it \
  --name={CONTAINER_NAME} \
  --device /dev/{USB_PORT} \
  -p {PORT_NUMBER}:5000 \
  -v ~/config/{CONTAINER_NAME}:/octoprint/ \
  -v ~/uploads:/octoprint/octoprint/uploads/ \
  --restart=unless-stopped \
    albarreto/octopi-armhf:latest

where "~/uploads" is a host folder with all STL files shared with multiples octopi instances

Accessing:

Octoprint access: http://{docker ip}:5000

Known bug: When container is working, manually select the port (ie. /dev/ACM0) and baudrate (115200). AUTO doesn't work.

Contact: [email protected] (en-US or pt-BR)

Tag summary

Content type

Image

Digest

sha256:18156e106

Size

616.3 MB

Last updated

4 months ago

docker pull albarreto/octopi-armhf:1.11.x