900 questions milestone

This commit is contained in:
abregman
2020-02-19 09:00:45 +02:00
parent 4145ae62d0
commit 08b2380362
5 changed files with 145 additions and 30 deletions

View File

@ -6,6 +6,6 @@ Your task is as follows:
* Use centos or ubuntu as the base image
* Install apache web server
* Deploy any web application you want
* Add https support (using HAProxy as reverse-proxy)))
* Add https support (using HAProxy as reverse-proxy)
2. Once you wrote the Dockerfile and created an image, run the container and test the application. Describe how did you test it and provide output
3. Describe one or more weakness of your Dockerfile. Is it ready to be used in production?