25 lines
1016 B
Markdown
25 lines
1016 B
Markdown
[](https://github.com/mainsail-crew/virtual-klipper-printer/blob/master/LICENSE 'License')
|
|
[](https://github.com/mainsail-crew/virtual-klipper-printer 'GitHub Repository')
|
|
---
|
|
# Virtual-Klipper-Printer
|
|
|
|
### **Run a simulated Klipper 3D-Printer in a Docker container.**
|
|
---
|
|
|
|
### 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
|
|
|
|
---
|
|
|
|
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: ~685 MB
|