TASK 119: Pull Docker Image
Lab 001: Pull busybox:musl and re-tag as busybox:blog
Lab 002: Docker Update Permissions
Lab 002: Add user to docker group to allow docker commands without sudo
TASK 139: Create a Docker Image From Container
Lab 003: Commit a running container to a new image with specific tag
TASK 141: Docker EXEC operations
Lab 004: Use docker exec to install and configure apache2 inside a container
Lab 005: Write a Dockerfile
Lab 005: Create /opt/docker/Dockerfile using ubuntu base and configure apache2 on 5004