Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 513 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 513 Bytes

Simple Docker Flask App

TASK:

It is requested to run the sample application at flask-hello-world in the Docker container. The number of containers on which the application will run can be one or more, depending on the need. The application will be accessed via HAProxy running in another Docker container.

EVALUATION:

After running the "docker-compose up" command, the application and HAProxy should start and successfully access the sample application through the 8000 port on the running computer.