Hi,
I’m really new and fresh in Docker…
Because I got a task (drill) to do.
Just today I started reading is the first time about DOCKER.
I will be happy if you help me do the exercise I got, I usually understand things from a reading the code and commands quickly.
Create docker Nginx as gateway to docker apache+php5 and use docker DB
(description below):
The Nginx container:
-Must have external folder for the site-enable configuration files
(create default and redirect to apache+php container)
-Must have external folder for logs
-Must have external folder for content
The Apache+php5:
-Must have external folder for php content
–Create phpinfo page
–Create php which read the content from the table below and print as a table
-Must have external folder for logs
-Must have external folder for the site-enable configuration files
The DB (mySql or PostgreSql):
-Must have external folder for logs
-Must have external folder for data
-Create a simple table with Name and Desc