-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a Dockerfile #60
Comments
Thanks for your interest! I'm not that big a fan of docker, but it shouldn't be too hard to do :) |
@cbdevnet why do you not like docker? It's similar to cmail in spirit, makes concepts introduced by stuff like BSD jails much more accessible etc. |
I mostly think its an overhyped, over-commercialised wrapper over concepts that work pretty well on their own (namespaces, etc), but I accept the reality that people seem to like it :). I guess it has too much of the "framework" feel to it, which I am especially weary of in software development ;) |
There is now a dockerfile in the There is still a problem generating the temporary snakeoil TLS key material within The service supervisor is currently a crude bash script, this could probably be done nicer. The core database is mounted into the container via a volume, we might need to see what the best route for interaction with the admin tools is in this case (Run bash in container? Pass arguments to |
Cmail looks really nice :) Thanks for building it, a dockerfile would make deployment significantly easier.
The text was updated successfully, but these errors were encountered: