Utah Tech Logo

IT3300

DevOps virtualization

Docker Apache and Mysql

Description

You should use docker/docker-compose to accomplish the following tasks.

Build images

The first image Web has some customizations that will necessitate you building a new image.

Web image:

Remember that the database name MUST be pokemondb

You can use an existing mysql image without any customization.

DB image:

Make sure that you can access port 80 of the apache image and visit /water/install.php of the downloaded pokemon files to install the tables and see if the app works. After it works, you can just visit the base url of your app.

HINTS

To Pass off

Demo it to me.