Lab 01 - Overview and Setup
  Get Docker installed on your local computer
  Review the notions of Images and Containers
  Obtain your first Docker images
  Start your first Docker containers
  Become comfortable knowing the state of local images and containers


Lab 02 - Working with Ubuntu Images and Containers
  - Obtain a Ubuntu Image from Docker Hub
  - Intalling packages and confirming release info
  - Running and exiting ubuntu containers
  - Removing Images and containers


Lab 03 - Building on Ubuntu Images with Dockerfiles
  - Introduction to Dockerfiles
  - A Simple Dockerfile example with one layer
  - Dockerfiles with entry points and custom entry script
  - Pushing custom images to Docker Hub
  - Using custom images from Docker Hub

Lab 04
  - Overview of the uField Alpha Mission
  - Overview of the Container-Host version of the uField Alpha Mission
  - A Dockerfile for creating the Containerized Helm
  - Running the uField Alpha Mission 


Lab 05

  - Containers talking to each other
  - Comms over sockets
  - NMEA parsing
  - uSockComms example