Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
1.7k views
in Q2A Core by

Hello, in my university I'm in charge of a server and a teacher want to use q2a.

I like to use Docker to simplify some tasks so I just create a docker image with q2a webapp and I wonder if you can give me some feedback about it, also I want to share it via github and make a pull request.

Here is the link of the image that is already in docker hub, I'm working on the documentation thanks a lot.

https://hub.docker.com/r/diegogo/q2a/

by
Thanks for posting this. I am wonder, would you be willing to create a production ready Q2a docker image using the Let's Encrypt docker image as its base so the site can run under HTTPS?

1 Answer

0 votes
by
Thats good! I dont see you added port 443. hope it support https also. You can make release on github.

You may also want to list server supported OS. Most people use centOS, Ubuntu.
...