mkuf / prind

print in docker - Deploy a containerized Klipper Stack for your 3D Printer
GNU General Public License v3.0
324 stars 82 forks source link

Update Image overview on dockerhub (Typo) #102

Closed momo3334 closed 9 months ago

momo3334 commented 9 months ago

There are some discrepancies between the different image overviews on docker hub. I guess those were small typos but nevertheless they caused me a lot of head scratching when i wanted to run klipper and moonraker in standalone mode.

The major one i noticed is this one.

Run configuration from the mkuf/moonraker in Docker Hub

Screenshot 2023-12-06 162700

Run configuration from the mkuf/klipper in Docker Hub

Screenshot 2023-12-06 162229

mkuf commented 9 months ago

Hey there, Great catch, thanks for reaching out.

Docs have been updated in https://github.com/mkuf/prind/commit/c0bac1e729d1b2ca17e1c10c4eb01541b35362b9 and I also updated the Description on Dockerhub.

-Markus