LD11: Docker Compose due Tue 07 Nov 14:45

Preparation for Lab Day

Now that we have started using docker we are beginning to reach some limits of our micro EC2 instances. In order to free up some resources you should do the following:
  1. Remove all volumes, images, networks, etc., that have been created in docker up to this point: docker system prune --all. This will free up space on the hard drive for images we'll be using moving forward.
  2. Shutdown the mysql and apache2 services on your EC2 instance. And to prevent them from restarting when you do a reboot you can disable them (e.g., systemctl disable apache2).

Prior to lab day you should watch all the videos this week and follow along practicing commands on your own server.

Lab Day

Begin working through the instructions given for Homework #11