Go to file
th33xitus c5c27e05b1 style: apply same code style to all run commands
Signed-off-by: Dominik Willner th33xitus@gmail.com
2022-06-17 23:39:23 +02:00
.github/workflows ci: remove obsolete context (#6) 2022-03-01 14:28:29 +01:00
config feat: add webcamd service 2022-06-17 23:39:23 +02:00
example-configs feat(config): add a certain config modularity (#8) 2022-06-17 20:22:28 +02:00
scripts feat(config): add a certain config modularity (#8) 2022-06-17 20:22:28 +02:00
.gitignore build: make the dockerfile multi-staged 2022-02-24 21:48:21 +01:00
Dockerfile style: apply same code style to all run commands 2022-06-17 23:39:23 +02:00
LICENSE Create LICENSE 2022-02-10 22:05:49 +01:00
README.md feat: add webcamd service 2022-06-17 23:39:23 +02:00
docker-compose.yml feat: add webcamd service 2022-06-17 23:39:23 +02:00

README.md

License Project Maintenance

Virtual-Klipper-Printer

Run a simulated Klipper 3D-Printer in a Docker container.


Setup Instructions:

  1. Clone this repository
  2. Open a terminal in the cloned folder
  3. Run docker-compose up -d to build the docker image and start the container afterwards in detached mode

Configure a Dummy-Webcam:

  1. To configure a dummy-webcam, use the following URL for the stream:
    http://localhost:8110/?action=stream
  2. In Mainsail pick either MJPEG-Streamer or UV4L-MJPEG as service.

Common Docker commands:

  • Get all container IDs: docker ps -a
  • Get only the ID of running containers: docker ps
  • Access a containers shell: docker exec -it <CONTAINER ID> bash
  • Start/Restart/Stop a container: docker container start/restart/stop <CONTAINER ID>
  • Rebuild image, recreate and start container : docker-compose up -d --build

Current image size: 733.73 MB