DEPRECATED!!! Use: https://hub.docker.com/repository/docker/albarreto/octopi-multiarch
500K+
ADDITIONAL NOTES
octopi-armhf:1.11.5 (or latest):
Starting container:
docker run -it -p 5000:5000 --name=octopi --restart=unless-stopped -d --device /dev/ttyUSB0 albarreto/octopi-armhf:latestMy 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}:5000Known 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)
Content type
Image
Digest
sha256:18156e106…
Size
616.3 MB
Last updated
4 months ago
docker pull albarreto/octopi-armhf:1.11.x