attempt at docker container
This is my attempt at a dockerized version of the repetier-server package:
https://github.com/jhoogeboom/repetier-server
There are some gross hacks in there currently, some due to the base from resin, some due to the way the post install scripts attempt to launch the service straight away which does not seem to work too well with the docker build steps.
Have you thought about making it easier to dockerize? Also anyone feel free to improve on this!
https://github.com/jhoogeboom/repetier-server
There are some gross hacks in there currently, some due to the base from resin, some due to the way the post install scripts attempt to launch the service straight away which does not seem to work too well with the docker build steps.
Have you thought about making it easier to dockerize? Also anyone feel free to improve on this!
Comments
Starting the server after install is a must or users would complain that it does not work after install. Or is there a methid i do not know to do this that makes it more compatible with docker build and stil starts server afterwards?
That last point, I think it's fair especially for users that aren't used to this, but most other packages don't start themselves after installing I think? I'm just reading up on this as I write this, but I'll try to mask the service before installing.
Lately i had some things done with docker so i hope to learn enough to imrove on this.