This project provides the resources necessary to create a Docker container for the Open Source Q&A system.
Create a Docker image for publication to Docker Hub.
On your Docker Environment:
- Clone the GitHub Repo
- cd osqa-docker
- docker build -t vinomaster/osqa-docker .
- docker run -d -P -t vinomaster/osqa-docker
This project attempts to containerize teh OSQA solution using Ubuntu+Apache+MySQL.
NOTE: This project is Incomplete. It is a work-in-progress, as serveral build errors still exist.