tasks

Docker

Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. The service has both free and premium tiers. The software that hosts the containers is called Docker Engine.

Wikipedia (n.d.). Docker. Retrieved March 15, 2024, from https://en.wikipedia.org/wiki/Docker_(software)

Steps

To complete this task, follow these steps:

  1. Install Docker on your computer.
  2. Setup a basic LAMP stack. I would recommend the following using the 8.3.4-apache image.
  3. Next install MySQL. I would recommend using the latest image.
  4. Finally setup phpmyadmin, I would recommend using the latest image.
  5. Get all three images working together to display database content in a web page using PHP.

    Docker Setup

Note: You can use my YouTube video as a guide: Setting up a LAMP Stack from Scratch using Docker .

Submitting this Task

After you have completed your Docker configuration, take a screenshot of your Docker configuration and submit it in the Docker assignment in Blackboard.g

➔ Back to Task List