Running Apache in a customizable Docker container walkthrough

preview_player
Показать описание
In this video we explore the customizations available in the appcontainers/apache docker container image. This container is set to allow you to run the apache application in various modes, to allow for maximum customization. Run apache in a Docker container the way you want to run it..

More information such as the steps performed in this demo can be found on the appcontainers website:

Quay:

Docker Container Info:
---------------------------------------
Container OS: CentOS 6.6/Ubuntu 14.04
Application: apache
Customizable: Customizable Environment Variables.

In this demo, the appcontainers/apache container is shown. This container is a CentOS 6.6/Ubuntu 14.04 apache container that is fully customizable allowing variables such as the mysql root password, database name, application user, password, client connection host settings and apache DB connection information, all to be set at run time, causing the container to configure itself upon initial deployment.

This demo is a full length demo covering how the container was constructed as well as multiple deployment scenarios.
Рекомендации по теме
Комментарии
Автор

I have Apache2 installed on Ubuntu 14.0.4 LTS and using it for testing HTTP/2. Kindly help me in creation of Dockerfile for the same to build it.

ankushharsh