Dockerized octoprint with cura, slic3r, and mjpg-streamer
2.1K
This container includes the following programs, and are all located in /opt. Here is the file directory list:
/config
└── config.yaml
/opt
├── octoprint/
├── cura/
├── slic3r/
├── mjpg-streamer/
└── ffmpeg/
If you want to restart any service, you can issue a command right into the container. Examples:
$ docker exec -t octoprint supervisorctl restart printer:octoprint
$ docker exec -t octoprint supervisorctl restart printer:mjpeg
$ docker exec -it octoprint supervisorctl
By default, the configuration without any volume mount has no access control or connectivity checking. The base octoprint config directory is located in /config, this would be the same as /home/<user>/.octoprint under a default installation.
The server is running when the container starts, but in your octoprint config, you might need to configure the stream URL to point to the IP address of the machine running.
If you dont want to run the container under privileged, you will need to add each device (tty*) to the docker-compose.yml
Content type
Image
Digest
Size
473.6 MB
Last updated
almost 9 years ago
docker pull nucleardreamer/docker-octoprint