AGHI2 Docker with Duncan


Details
A Gentle, Hands-on Introduction to Docker with Duncan
Objectives:
- be able to create and use docker images
- understand basic docker conventions
Requirements:
- familiarity with the Linux command line
- a portable Internet ready computer
- a Docker Hub account
- a Google account (To use GCP VM ) or docker installed on a computer running a *nix OS
Please use the following link for early sign in and payment options:
https://docs.google.com/forms/d/e/1FAIpQLSdISpULeCzXuSxIBgQ_ROuC3uSsoC7Sl2bK7GzEP5d8t53MwQ/viewform?usp=pp_url
Description:
♫ Come with me
♫ And you'll be
♫ In a world of pure containerization
That didn't quite track, but this class will. Docker is a tool that packages, provisions and runs containers. Docker allows you to run a process in an environment where it has exactly and only what it needs to run and can be run alongside other containers on the same computer without all the overhead of hypervisor based virtual machines. In this class we will be going over the basics of how to build docker images and run dockers containers.

AGHI2 Docker with Duncan