* Enchancing Dockerfile and docker execution
* Setting database if does not exist\nSolving SQL problem when adding monitor
* Sharing events and images
* Dockerfile a little bit more flexible
* Setting better start command
Reducing layer count improves Docker performance, and is best-practice.
Avoid packing & sending .git tree into Docker build system.
Clean up apt archives to reduce image size.
- Dockerfile now builds properly
- Dockerfile now ADDs files from local directory. This allows
you to either pull from github (for master) or to build
locally (for development)
- Removes some dependencies from container (wget, git)
- Removes pulling apache virtual host file from github
- Upgrades MySQL start check to actually check instead of just
sleeping