Repetier Host is a graphical software and that is not really what docker was made for. However you can run Repetier-Server inside a docker container as it has no direct interface, only via browser which can ruin on the device with display.
moltra Repetier said: Host is a graphical software and that is not really what docker was made for. However you can run Repetier-Server inside a docker container as it has no direct interface, only via browser which can ruin on the device with display. I am mainly looking for overall system stability. I have other programs running in docker containers and snaps that I do not want affected by anything. Is the appimage version setup to run in a sandbox?
Repetier Don't think so. It just caries a lot of libraries required, but executes on normal executeables in main linux it gets called from.
moltra Repetier said: Don't think so. It just caries a lot of libraries required, but executes on normal executeables in main linux it gets called from. Ok thank you. I installed it yesterday and will play around with it and see
GStar A Docker container implements all that.If u learn how to build a docker container literally anything can exist - fully functional - in that closed container.Containing does not mean that u can't acces from outside.Just like through a Firewall.